SpiderPhp

Just another WordPress weblog

Posts Tagged ‘Using’

How Can I Find Out Which Php Version I’m Using?

Posted Sunday, February 28th, 2010
Tags: , , ,
Posted in 6 | 2 Comments »

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.

How Can I Find Out Which Php Version I’m Using?

Posted Sunday, February 28th, 2010
Tags: , , ,
Posted in 6 | 2 Comments »

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.

How Can I Find Out Which Php Version I’m Using?

Posted Friday, February 12th, 2010
Tags: , , ,
Posted in 6 | 2 Comments »

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.

How Do I Find An E-mail Address From Within Text Using Php?

Posted Thursday, February 11th, 2010
Tags: , , , , , ,
Posted in 6 | 1 Comment »

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.

How To Generate Concept Map Using Php?

Posted Sunday, January 31st, 2010
Tags: , ,
Posted in Uncategorized | 2 Comments »

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.

How Do I Print A Hard Copy Using A Php Function?

Posted Friday, January 29th, 2010
Tags: , , , ,
Posted in Uncategorized | 1 Comment »

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?