Likes Received By cornetofreak

  1. Dakuipje liked cornetofreak's post in the thread Need help on forms.

    try using var_dump($_POST); or print_r($_POST); to show a list of variables and there "Box Numbers" :) and then create a foreach loop to...

    Oct 7, 2008
  2. Masterful liked cornetofreak's post in the thread Just PHP on Page. Should I Still Add DOCTYPE, HTML Tags, etc.?.

    if you are writing a back end file such as a class file or a function file that only contains variables, functions etc.. then no but if...

    Sep 30, 2008
  3. Napoleon liked cornetofreak's post in the thread Securing email links in php.

    you could do somthing like this (GD) header ("Content-type: image/png"); $im = @ImageCreate (200, 30); $background_color =...

    Sep 17, 2008
  4. domainloco.net liked cornetofreak's post in the thread {{ PLEASE HELP }} What kind of script is this?.

    osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Found via the css style sheet in source code :)

    Aug 24, 2008
  5. deleted-account liked cornetofreak's post in the thread MySQL overflow and automatic pages.

    <?php $var = @$_GET['q'] ; $trimmed = (trim($var)); // $var2 = @$_GET['Submit'] ; // $trim = (trim($var2));...

    Aug 24, 2008
  6. !Unreal liked cornetofreak's post in the thread A Bug I Can't Find.

    you have not echoed your variables in your html u have <input name="$imageurl" type="text" id="$imageurl" size="33" maxlength="100"...

    Aug 5, 2008