Jump to content

shreej21

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

shreej21's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. hello... you need to add $mail=$_POST['mail']; $phone=$_POST['phone']; and include this fields in your mail.
  2. Just change the time in php.ini file and change the seconds for set_time_limit
  3. you can replace this line 76 as echo "<input type='hidden' name=presc_id value='".$row['presc_id']."'>"; try it out
  4. in <img> tag you have to specify the source path. like where your image is stored that path like if my image is in image folder with name snap.jpg then the tag will be... <img src="image/snap.jpg"> like this u must specify the src for img tag.
  5. Hello I have a php file which contain some code. and I donn want anyone can run that file directly through browser. Need Help Its urgent.. Thanks
  6. try below foreach loop foreach ($ani as $b) { $anib[] = $b; echo $b; } print_r($anib);
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.