Jump to content

jimbob33

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

jimbob33's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks for this but I have to use the 'get' method for college work. It's not for a live system. I am using it on a local web server - my own PC  - so files are in the same place.
  2. Hi there, I'm trying to write a php echo file to go with a html form. I need to count and show the total number of characters returned from the variables entered on the form. Where do I insert this and do I use count() or strlen() or neither?  This may be simple but I'm new to php and struggling. Here is my php code so far - not sure if you need the code from my html form aswell. Thanks in advance. <html> <body> Your favourite book is <?php echo $_GET["book"]; ?>.<br /> Your favourite meal is <?php echo $_GET["meal"]; ?>. </body> </html>
×
×
  • 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.