Additionally, if I want to upgrade, what’s the simplest way to go about it? I run a couple websites where apparently PHP4 may be in use, and it’s causing problems, and I need to upgrade to 5. But when I consult the available documentation, it gives no visible (to me) clue about which PHP version is running, nor how to upgrade.
Additionally, if I want to upgrade, what’s the simplest way to go about it? I run a couple websites where apparently PHP4 may be in use, and it’s causing problems, and I need to upgrade to 5. But when I consult the available documentation, it gives no visible (to me) clue about which PHP version is running, nor how to upgrade.
Additionally, if I want to upgrade, what’s the simplest way to go about it? I run a couple websites where apparently PHP4 may be in use, and it’s causing problems, and I need to upgrade to 5. But when I consult the available documentation, it gives no visible (to me) clue about which PHP version is running, nor how to upgrade.
I’ve got a website where members are allowed to post classified ads. I want to make sure that spam bots don’t harvest their e-mail addresses when they add their contact information. I know how to prevent them from harvesting the e-mail address, but can’t figure out how to search their text for an e-mail address.
Now say I wanted to remake this using new trendy software design. What code or language would I use to make this? It is old outdate PHP with bugs. I would like this to be fresh and new dated?. Any ideas or suggestions??
I want to make php page that make restriction that no one can use this page except from specific place(warehouse) so i want to get the mac address of the computer in the warehouse to compare it with the mac address of the client computers if it equal allow him to access this page , else prevent him , does any one can tell me how to get the mac address using php or javascript to do this task , also if there any idea to achieve this task without mac adrees?
i need a script that does that.
I want to generate a concept map using values from mysql database using PHP. Is there PHP class or something similar to help me do this?
thank you.
Is there a way I can use a php function to print my query? I mean, print it on a printer.
I am trying to display information from a database but only when a user requests it by clicking on a link from the calling page. php seems to want to display it no matter what, even before the user clicks on the link. Any suggestions?