Hi everyone,
I have some problems with php code. I'm currently in the middle of learning php, but these problems have got me stuck fast. But also have a question regarding looping that i'll ask in the same thread:
Firstly, I keep getting various syntax errors with my table:
PHP Code:
Code: echo "
<table border='1' bordercolor='#FFCC00'>
<style='background-color:#FFFFFF' width='800' cellpadding='3' cellspacing='3'>
<tr>
<td width='200' align='left' rowspan=5>Image</td>
</tr>
<tr>
<td width='573' align='left'>'Name:$row_details['MerchantName']</td>
</tr>
<tr>
<td height='27' align='left'>Telephone:$row_details['Telephone']</td>
</tr>
<tr>
<td height='27' align='left'>Website:$row_details['Website']</td>
</tr>
<tr>
<td height='54' align='left'>Description:$row_details['Description']</td>
</tr>
</html></body></table>"; it keeps telling me its expecting ";" or "," in various place along with T_Lnumber errors as i mentioned, i'm brand new to coding so im not sure whats happening there, the books and forums I've read dont point to these errors.
Also, I'm not sure if $row_details[''] is the correct code to display results from the database?
And the loop question I have is: Is it possible to get that little table above (once its working) to display 5 times per page. (and i suppose recognise that it need a new page if there more than 5 results)
Sorry this is a huge post but I've been trial and erroring for 2 days and its time to call in the pro's.
OPINIONS WANTED
This is my login page code, and I want your opinion on it please! Code: // Login ~ CHECKS THE (USERNAME/PASSWORD) ENTERED BY THE USER THEN EITHER GRANTS ACCESS OR DENIEDS ACCESS case
Upload file!
Ok i have a form.. Code: <form name="form1" method="post" action=""> <p>Name: <input name="Name" type="text"
Get value from Select menu
Hi!Have tried to find the solution on the web. Don't know if there is an easy one. A description:Line number On/Off | Expand/Contract<form method="post" name="me"
foreach iterator
Hi GuysDoes the foreach loop have an inbuilt iterator ?
Multiple forms on the same page (safari)
Hello everyone,I have 3 forms on the same page, that opens in a new window and submits to a php file, this works great in IE8 but I can not get it to work in safari, I can click on the first submit
Beginner PHP code help
Hi I'm new to php but if someone could please read the question below and help it would be great.a)create an html page to enter a row number (1-6) in a textbox to choose a list of student records.b)
Mail Script Problems
I have created a PHP mail script. I am having a problem though. In $body i am trying to put two values side by side like so $Fname $Lname. Where ever i use tag the values appear in the final
Search in the PHP Files
have to search asterisk(*) in the php code of the php files .
$_POST
Hi, I have 2 seperate php files, and i want my $_POSt["fname"] To go into both of them, For Example:Goto: http://ucp.south-westrp.com/UCP.phpType Username: Comptons_Eazy_EAnd Password:
Preserving user-entered linebreaks
Hi, I'm building a web 2.0 thingy from scratch and I wanna display text which users input. It's all good so far, except that all the linebreaks are destroyed, so no matter how carefully they insert