Tag: Php Script

php
Marcelo asked:


I have a php page on my server that does some databes tasks. I need that page to be run every 5 or 10 minutes, how can i get the server to do it?

Tags: ,
php
Anonymous asked:


I have a php script. There is a variable which gets bigger and bigger until I get an error. This error happens when I do something like $variable = $variable.$othervariable. I would like to know the values of $variable and $othervariable exactly in the moment I get the error. Is there a way to do this?

Tags: ,
php
jeramie asked:


What is the best PHP script available for calenders that allows anyone and everyone to post an upcoming event on it. Thanks!

Tags: , ,
php
seed of eternity asked:


I used echo and it doesn’t work

I use varbinary field to store the japanese characters. It saved well, but the php doesn’t work.

Tags: , ,
php
Briterican asked:


On my website, A user enters information for a product, and that information is sent to my database. I want to also create a page for that product that other people can then view. I’m assuming creation of the file would happen in the PHP script before sending the information, so that the link to the page can also be sent to the server.

Tags: , ,
php
Sporadical asked:


Two fsockopens() in a single script uncontrolled by classes is tedious to maintain and doesn’t work very well. Then, is there a class that would allow my PHP client script to connect to different servers concurrently and handle the connections for each (supporting fwrite, etc.?)

Tags: , ,
php and mysql
Oh C asked:


I understand every PHP/MySQL script in the world is not 100% safe, I know how to code and stuff, but I just need to know what are some of the things I should do to make the script as secure as possible?

Heres what I have so far:
- clean data passed through forms to prevent code injections
- crypt or md5 usernames and password

What else shoud I do to make my script secure?

Tags: , ,
Back to top