Re: [PHP] PHP problem

2004-12-18 Thread GD-Aqua
First off i`m using windows 2000 advance server with PHP 4.3 i believe it is.I can reboot my server and it will go away for awhile. http://syp-triple-h.com/webpost http://automotionsclub.com/guestbook that is some links that will show the access violation and it is at the end of the script. Tha

[PHP] problem with PHP

2004-12-17 Thread GD-Aqua
I would like to know what this mean`s. PHP has encountered an Access Violation at 01650AFD Thank You Mike harrell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP problem

2004-12-17 Thread GD-Aqua
I would like to know what this problem is. PHP has encountered an Access Violation at 01650AFD Thank You -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] RE:php and java applets

2004-05-25 Thread Ben Ford - Bio-Logic Aqua Technologies
trapped in the java applet sandbox. You > need to create a signed applet. see > http://www.radinks.com/java/sandbox/ for a brief guide. > > all the best > > -- > Raditha Dissanayake. > - > http://www.raditha.com/megaupload/u

Re: [PHP] Display Records in Multiple Pages

2002-06-27 Thread Aqua
Thanks! It's working. I got your point after I think about it. Below is my trial script. Sorry for bothering you guys since I'm a beginner. Thanks again. Aqua .. $sql = "select news_id, news_subj, news_precontent, news_content, news_home from news order by news_id

Re: [PHP] Display Records in Multiple Pages

2002-06-27 Thread Aqua
The LIMIT function is working, thanks. But how to generate back / forward links using html/php? Thanks for your help. Aqua - Original Message - From: Justin French <[EMAIL PROTECTED]> To: Aqua <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 1

[PHP] Display Records in Multiple Pages

2002-06-26 Thread Aqua
reference please. Your help will be much appreciated. Thanks! Aqua