[PHP] Can mysql_fetch_*() work on the resultpointer only?

2001-07-26 Thread Jonas Delfs
that we're not depending on the database anymore. -- Mvh./Best Regards Jonas Delfs, http://delfs.dk "Developers are being asked to do more with less, do it faster, and make it fit with the existing systems and databases." - IDC -- PHP General Mailing List (http://www.php.net

[PHP] Re: Why is XML parser so slow?

2001-07-26 Thread Jonas Delfs
hy is it that you still uses PHP3? -- Mvh./Best Regards Jonas Delfs, http://delfs.dk "Developers are being asked to do more with less, do it faster, and make it fit with the existing systems and databases." - IDC -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [

[PHP] Re: my php script is very slow. help?

2001-07-27 Thread Jonas Delfs
"Hassan xaaji" <[EMAIL PROTECTED]> skrev i en meddelelse [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have Linux/PHP/MySQL. Some of my script really run > very slowly. > > What should I avoid in my scripting? It's hard to tell. Try showing some code

[PHP] Re: $str = var_dump()

2001-07-27 Thread Jonas Delfs
ing and > then store it to a file? Output Control? ob_start(); var_dump($flaf); $var = ob_get_contents(); ob_end_clean(); -- Mvh./Best Regards Jonas Delfs, http://delfs.dk "Developers are being asked to do more with less, do it faster, and make it fit with the existing systems and database

[PHP] Re: Destroying Session

2001-07-27 Thread Jonas Delfs
I > destroy that session? The garbage-collector does it automaticly. -- Mvh./Best Regards Jonas Delfs, http://delfs.dk "Developers are being asked to do more with less, do it faster, and make it fit with the existing systems and databases." - IDC -- PHP General Mailing List (http://w

[PHP] Re: Can mysql_fetch_*() work on the resultpointer only?

2001-07-27 Thread Jonas Delfs
"Jonas Delfs" <[EMAIL PROTECTED]> skrev i en meddelelse [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Can mysql_fetch_*() work on the resultpointer that mysql_query() returns, > only, or does the rows have to be in the database when fetching? > I know that mysql

[PHP] Re: session gc question

2001-07-27 Thread Jonas Delfs
rd function for setting things like that, but of cause I can't remember it's name. :) -- Mvh./Best Regards Jonas Delfs, http://delfs.dk "Developers are being asked to do more with less, do it faster, and make it fit with the existing systems and databases." - IDC --

[PHP] Re: How to make a cookie never expire in PHP?

2001-07-28 Thread Jonas Delfs
ion time, the cookie expires as soon > as quit the browser. Can I use date instead of time? No. Setcookie requires a the time to expire in seconds: setcookie("bookmarks","cookievalue",time()+3600*24*30*12*10); // This cookie will expire after 10 years. -- Mvh./Best Regards J

[PHP] Re: MS Passport type script.

2001-07-28 Thread Jonas Delfs
user > login on one main place? > All the sites would be on the same server. You use sessions, and transports the session-id pr. URL or in a cookie where you specifi the domainnames that should be able to access that cookie. -- Mvh./Best Regards Jonas Delfs, http://delfs.dk "Develo

[PHP] Re: Drop Down Menu

2001-07-28 Thread Jonas Delfs
utton then the color will send to form2.php > I want not click on the submit button > i make a selection in the drop down menu then the color will send automatic > to form2.php, how can I do this PHP is serverside - and this is why you can't du it in PHP. Try asking in a javascript-gr

[PHP] Re: Free webspace with PHP&Mysql support

2001-07-28 Thread Jonas Delfs
lot, you get a lot. If you pay nothing, you get nothing. -- Mvh./Best Regards Jonas Delfs, http://delfs.dk "Developers are being asked to do more with less, do it faster, and make it fit with the existing systems and databases." - IDC -- PHP General Mailing List (http://www.php.net/)

[PHP] Re: list all included files

2001-07-28 Thread Jonas Delfs
"Michael Mehlmann" <[EMAIL PROTECTED]> skrev i en meddelelse [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I want to list all files, that are included in my script with include() or > require(). get_reqiured_files() and get_included_files() ? -- Mvh./Best Regard

[PHP] Re: list all included files

2001-07-28 Thread Jonas Delfs
"Jonas Delfs" <[EMAIL PROTECTED]> skrev i en meddelelse [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I want to list all files, that are included in my script with include() or > > require(). > > get_reqiured_files() and get_included_files()

[PHP] Re: crate mysql table command

2001-07-28 Thread Jonas Delfs
P doesn't care which database you use, so you won't find it there. > It's a programming language---that's all. Actually, it's a scripting language - but you made your point. :) -- Mvh./Best Regards Jonas Delfs, http://delfs.dk "Developers are being asked to