[PHP] Help on OOP

2002-12-07 Thread Mohd_Q
I can't distinguish between objects, classes, and functions.
Here is a question - sorry if appear to be rediculous :

--  Can we have a function inside another function?

if anyone can suggest the best tutorial on OBJECTS and CLASSES, I'll be grateful.




[PHP] changing session name

2002-09-09 Thread Mohd_Q

I want to change the default session name 'PHPSESSID'  to say ex. 'seid'.

How can I do this without editing to the php.ini since I'm having a site on
a virtual host.

Thanx for help in advance ...

Mohd Q.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] How to change charset in vb

2002-09-12 Thread Mohd_Q

Does anyone know how to add a line describing charset in vbulletin?

MQ.



[PHP] How to know files in a directory

2002-11-09 Thread Mohd_Q
I wonder if there is a way to get the files names in a given directory.