SpiderPhp

Just another WordPress weblog

Archive for the ‘6’ Category

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.

I need to find a tutorial for uploading files with php, but I also need it to explain if there’s a way to change the name of the file when uploading it.

How Can I Download A Php Script From A Website?

Posted Saturday, February 13th, 2010
Tags: , , ,
Posted in 6 | 4 Comments »

I found a good PHP script on a website…
I want to download this to my pc and upload it to my server…
Please tell me a way…

If it is possible, how do I go about installing it?

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.

Open regedit.exe in C:\Windows. Expand these folders HKEY_LOCAL_MACHINE
then SOFTWARE
then Microsoft
then Windows
then CurrentVersion
then Run. Right click Run go to New->String Value. There should be a new entry on the right side of the screen “New Value #1″ rename it something that you will remember in case you want to stop it from opening every time you restart later. Now right click “New Value #1″(or whatever you named it), click modify and in value data paste the path ex “C:\Directory\Sub Directory\Script.php”. Make sure you add the app name to the end.
If php scripts don’t end with .php please excuse my ignorance, I’ve only had experience with c++, asm, and embarrassingly vb.net.

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.

What Are Some Good Frameworks For Php?

Posted Thursday, February 11th, 2010
Tags: , , ,
Posted in 6 | 5 Comments »

After spending a while learning the PHP language itself, I’m looking into a few frameworks for the sake of cutting down on development time in future projects. I already know about the performance penalty involved, but I’ve noticed you don’t always have time to custom-make everything from the ground up.
I’m thinking about starting with Zend, but I would also like to become familiar with some of the other more popular ones. What are some good ones out there to learn?

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??