Forum: PHP Oct 13th, 2009 |
| Replies: 1 Views: 231 I've been echoing variables by simply typing "echo" then the variable. For instance:
<?php
$name = "Me";
echo $name;
?>
This has been working just fine. I was watchign a tutorial and when... |
Forum: PHP Oct 8th, 2009 |
| Replies: 2 Views: 182 I guess perhaps the semantics of everything was messing me up (eg.."passing in", "arguments"). It wasn't that specific example I had problems with; it was the general principal of "passign in... |
Forum: PHP Oct 8th, 2009 |
| Replies: 2 Views: 182 Good afternoon all,
I'm at the beginning stages of learning PHP. I'm trying to understand passing in functions. I have a video lesson so I can see what is being explained but for some reason i... |
Forum: PHP Sep 9th, 2009 |
| Replies: 3 Views: 165 No error message. I'm not getting any data returned. When I load and even refresh my page its just blank. |
Forum: PHP Sep 9th, 2009 |
| Replies: 3 Views: 165 I'm learning PHP & MySQL. While trying to folllow a tutorial I am not getting the erxpected result which is simply to retrieve a little data out of a table with a query.
Here is my PHP code:
... |
Forum: PHP Aug 3rd, 2009 |
| Replies: 4 Views: 283 Hey everyone,
Just seeking opinions as to whether or not you think it's wise to tackle learning more than one programming language simultaneously (eg..PHP and Action script 3.0). Ive noticed that... |
Forum: PHP Apr 5th, 2008 |
| Replies: 2 Views: 722 Being new to PHP can you help me aout a little further by being a little more specific. I actually tried to different if statements to no avail.
if (!empty($chocolate)){
echo"Chocolate: "... |
Forum: PHP Apr 4th, 2008 |
| Replies: 2 Views: 722 Hello Hello,
Last I posted I was trying to figure out how to post a HTML confirmation page with an autoresponder after someone submits an order. Probelm solved--just about. I got everything... |
Forum: PHP Mar 23rd, 2008 |
| Replies: 1 Views: 1,825 Hello everyone and thanks in advance for your help. I'm making a web page with an order form. So far I have Javascript calculating the total of the order as the user clicks another text field box... |