On Sun, 25 Feb 2007, Denis L. Menezes wrote:
Can someone please suggest a good pHP/Ajax tutorial?
Use mootools, http://mootools.net/
Best JS library around, does all sorts of neat AJAXy animations as well as
handling the backend cross-browser.
-
Scott wrote:
ThanksI was trying to do that but was not working for me. I think
I was over thinking it.
The obvious is never obvious :)
On 2/25/07, Matt Anderton <[EMAIL PROTECTED]> wrote:
why not just create a table?
echo "\n";
echo
"ImageNameEffectCategoryOrigin\n";
while ($data = mys
ThanksI was trying to do that but was not working for me. I think
I was over thinking it.
The obvious is never obvious :)
On 2/25/07, Matt Anderton <[EMAIL PROTECTED]> wrote:
why not just create a table?
echo "\n";
echo
"ImageNameEffectCategoryOrigin\n";
while ($data = mysql_fetch_array($r
Scott wrote:
Hi everyone!
How can I create a table...or even something similar...to line
information up?
Use a table? http://www.w3schools.com/html/html_tables.asp
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, v
well i found a site that has a lot of web building tutorials on it. i
havent looked much at them though. the site is
http://www.w3schools.com/default.asp
On 2/24/07, Denis L. Menezes <[EMAIL PROTECTED]> wrote:
Dear friends.
Can someone please suggest a good pHP/Ajax tutorial?
Thanks
Denis
--
Hi everyone!
How can I create a table...or even something similar...to line information up?
The information is coming from an mysql database and there are 5
columns of data.
Of course I am using php to call the data out of the database.
A simple example:
while ($data = mysql_fetch_array($res)