Search found 6 matches
- Sun May 31, 2009 9:51 pm
- Forum: PHP - Code
- Topic: Problem with PHP assignment
- Replies: 4
- Views: 122
Re: Problem with PHP assignment
Nevermind I got it.
- Sun May 31, 2009 8:39 pm
- Forum: PHP - Code
- Topic: Problem with PHP assignment
- Replies: 4
- Views: 122
Re: Problem with PHP assignment
I don't know what to do. The second post is irrelevant just for reference if you need to know what the actual content of the page was. The problem I'm facing is in the first post. but I don't know what the problem is. or where the problem is. as i said in teh first post, i know the problem is relate...
- Sun May 31, 2009 6:52 pm
- Forum: PHP - Code
- Topic: Problem with PHP assignment
- Replies: 4
- Views: 122
Re: Problem with PHP assignment
The HTML that links tothe PHP is as follows --- <html> <head> <title> PHP Assignment -XXXXX</title> </head> <body> <form action="xxxx.php" method="post"> <fieldset> <legend> Please enter your name and year: </legend> <table> <tr> <td> <input type= "text" name="stud...
- Sun May 31, 2009 6:51 pm
- Forum: PHP - Code
- Topic: Problem with PHP assignment
- Replies: 4
- Views: 122
Problem with PHP assignment
This is supposed to be a quiz. Everything is working fine except for one thing. When I complete everything, the answers that are answered correctly do not show. for example in the list it is supposed to say: XHTML question is: correct but it leaves a blank space instead. it is working fine for incor...
- Sun May 31, 2009 4:52 pm
- Forum: PHP - Code
- Topic: Newbie's problem with PHP syntax
- Replies: 2
- Views: 161
Re: Newbie's problem with PHP syntax
Oh my God. I spent 5 hours doing I don't know what.
And i was missing a closing parenthesis.
Mother.
Thanks a lot man. You saved another 5 hours.
And i was missing a closing parenthesis.
Mother.
Thanks a lot man. You saved another 5 hours.
- Sun May 31, 2009 4:39 pm
- Forum: PHP - Code
- Topic: Newbie's problem with PHP syntax
- Replies: 2
- Views: 161
Newbie's problem with PHP syntax
Hi, I have to do this assignment for class, and was having problems. Everything was working fine. But when I entered a line, the page started becoming blank. When I took the line off again everything was fine. I checked the syntax on some website, and it points out this line also. So here is that li...