Hello All.
Here is what I have:
Client ID Company name Client ID Company name
I then need a script to echo 2 results per row then start a new row.
I've tried many things, but never could get a second row to appear. Each row will have 4 columns.
Here is my code without the "guts" My vars will be $id and $company.
$result = mysql_query("SELECT * FROM client");
if(mysql_num_rows($result) < 1)
{
$results = 'You have 0 clients.';
}
else
{
$results = '';
$results .= '<table width="100%" border="0" cellpadding="0" cellspacing="0" align="center">';
$results .= '<tr>';
while($row = mysql_fetch_array($result))
{
}
$results .= '</table>';
}
how to put the 0-100 numbers into 1.txt and 100-200 into 2.txt ?
how to put the 0-100 numbers into 1.txt and 100-200 into 2.txt and so on 200-300 into file 3.txt ?in PHP of course.i don't know if i'm really that dumb or is it the 36 hours of no sleep that i can't
Update not working ... please help
Hi,I am trying to update a row using an edit form by passing id of the row .. but it is not working .. can anybody find what went wrong ........Code: [Select]echo '<a
SAP Business Suite
Hi all:
issues verifying if user is logged in
I am having issues when a user logs in via asp Login control, the IsAuthenticated still seems to come up false... ( yes the username and password is correct)
Apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?
Local file browser with php
Halo..So this is what i want to create. I have a folder that i share and it has many movies..So i will setup a local web browser and i want to make a .php file that after you login it will saw you the
WELCOME SCREEN
first of all let me tell you what does my script do, it´s a very simple query to show a email from a database, (EX: Welcome: user@server.com). i get the email whit the id.
Upload simple problem
Really confused!! I run once and it worked, but when i tried today...it didn't workWhich part is
Having problemswith multithreading and prime numbers
I have an assignment when I'm suppose to do the following:
How to display objects in a row
I have 7 codes that i want to display in a row one next to another.The first is {$ads->ads_display('1')}, the second {$ads->ads_display('2')} and so on...They appear one under the other.