Home
My Faqts
Contributors
About
Help
Knowledge Base Contributions
Below is a list of the
knowledge base
entries that
Jonathan Sharp
has contributed to:
How do I make make a session counter without using a database, aka using application level variable?
How do you make a page expire after it has been idle for a period of time?
How do I include a .jpg (from outside the web srvr docs dir) in a page with other html content?
Where do I have to increase the script execution time in Apache/PHP configuration?
How do I send html email?
How can I generate redirect to other html page from PHP page when the PHP server is down?
A php game. How to broadcast a message to other players when one player make his selection?
How do I link in an external file containing common php functions for calling from within the page?
mySQL/PHP search - Is there a faster alternative to the 'like' query?
Can PHP send an update signal (popup screen) to other users when a user makes a request on a game?
Switching an input from web (built using PHP)to XML format
Like to know how to sort data for a column over multiple tables ?
How to call from within a PHP extension other extension's functions ?
How can I run SSI commands like #INCLUDE etc. in my PHP pages?
Hello, I have an error: unable to load dinamic library 'c:\php/php_oci8.dll no se puede encontrar el modulo especificado. I'm beginning with PHP.
How to post binary data in write() with PHP socket?
If I have developed a dll using Visual Basic which contains the Application logic, how can I create objects of the classes in this dll in PHP?
Is there a way to redirect mail to be sent thru another mail server when using mail()? ini_set()?
Is it possible to access the Active Directory of a Windows 2000 Server with PHP ? Maybe via LDAP ?
Is their a way, in PHP, to strip-out the content of a web page of bad JavaScript? ex. Javascript that open a new window when you juste closed one.
Does PHP work on Novell Netware With Netscape Enterprise Server - How is this configured?
Where can I get a documentation for creating my own dll for php3 with VC 6.0?