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

2001-07-28 Thread Jonas Delfs
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 Jonas Delfs, http://delfs.dk Developers are being asked to do more with less, do it faster, and make it fit with the

[PHP] Re: Free webspace with PHPMysql support

2001-07-28 Thread Jonas Delfs
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/) To unsubscribe, e-mail: [EMAIL P

[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 Regards Jonas Delfs, http://

[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() ? I forgot to mention that you only need get_includ

[PHP] Re: crate mysql table command

2001-07-28 Thread Jonas Delfs
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 do more with less, do it faster, and make it fit with the existing systems and databases. - IDC

[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. -- Mvh./Best Regards Jonas Del

[PHP] Re: $str = var_dump()

2001-07-27 Thread Jonas Delfs
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 databases. - IDC -- PHP General Mailing Li

[PHP] Re: Destroying Session

2001-07-27 Thread Jonas Delfs
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://www.php.net/) To unsubscribe, e-mail: [EMAIL P

[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_query() finds the specif

[PHP] Re: session gc question

2001-07-27 Thread Jonas Delfs
ngs 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 General Mailing List (http://www.php.net/) To unsubs

[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/) To unsubscribe, e-mail