Tag: Php Scripts

Where to sell PHP scripts?

php scripts
Joe asked:


Hello is there anywhere i can sell my PHP scripts, or shall i just sell them on my website?

Tags: ,
php scripts
obai asked:


How do I allow parsing of PHP scripts in .html pages?

I’ve tried Web Options>Web Service>Settings.. and added “.html” to the list. But now my .html pages display the source code rather than displaying the html and parsing the php scripts.

Please help? Changing the filenames to “.php” is too cumbersome, have to update all links.

Thanks.

Tags: , ,
php scripts
Sunita asked:


i try to execute php scripts in xampp. but i did’nt get. so plz help me how do it?

Tags: ,
php scripts
simpleonline12 asked:


I’m going to try to pick up php to write some basic scripts and I was wondering if php is only for scripts that run on a server or can you create scripts with php that can run on a desktop as well?

Tags: , ,
php scripts
Damola asked:


Please it’s urgent, if you have any idea, just give me.

Tags: , ,
php scripts
Tom Kaulitz’s BIGGEST Fan! asked:


I’m installing a script called “Simple Member” on my subdomain on awardspace.com, I don’t know how to do the MYSQL things.
Here’s the config part:
#########################################################
# Simple Member #
#########################################################
# #
# Created by: Doni Ronquillo #
# #
# This script and all included functions, images, #
# and documentation are copyright 2003 #
# free-php.net (http://free-php.net) unless #
# otherwise stated in the module. #
# #
# Any copying, distribution, modification with #
# intent to distribute as new code will result #
# in immediate loss of your rights to use this #
# program as well as possible legal action. #
# #
#########################################################

define("SCRIPTNAME","Simple Member");
define("BASEHREF","http://www.free-php.net/demo/SimpleMember");
define("DOMAIN","localhost");
define("FROMEMAIL","drunkenmenace@gmail.com");
define("SITENAME","Free-Php.net");
define("INC_DIR","/home/www/codemunkyx/www/www.free-php.net/htdocs/demo/SimpleMember/inc/");
define("PAG_DIR",INC_DIR."pages/");

define("INC_DB",INC_DIR."db.php");

define("MYSQLUSER",""); // mysql username
define("MYSQLPASS",""); // mysql password
define("MYSQLDB",""); // mysql database name

require(INC_DB);

?>

My host is awardspace.com, my username is annryll6696, my MYSQL username and DB is annryll6696_4ev
Can you show me how the script is supposed to look with all my info in it?
Email me for more info or to tell me:
annryll@aol.com
[edit]
Yahoo messes up the code, plz email me! annryll@aol.com
[/edit]

Tags: , ,

How to test php scripts?

php scripts
Jusi asked:


I would really appreciate if you could recommend any simple tutorials that I can follow to test my php scripts. I want something like PHP Unit Test. Thank you.
I have wamp and the script are running perfect. Maybe was misunderstood.Here is an example of what I meant, but didn’t get it. I need to show after runing a code that the script passed the test or failed.
http://www.lastcraft.com/first_test_tutorial.php

Tags: , ,
php scripts
boxer111 asked:


I want to run few PHP scripts at some particular time. Usually the scripts run when they are called by client browser, but what can I do to have them automatically run at a particular time say 7:00pm everyday.
Or is it the work of Apache server to do, that if we show it the script and tell it the time, it would automatically run it at that time.

Tags: , ,
php scripts
pcjonathan asked:


I am looking for a php script where I can upload videos for others to stream (the main thing) and download. I would also like to be able to allow others to upload too.

Thanks.
oh and no size or video length limit

Tags: , ,
php scripts
Sahil Soi asked:


Please tell me in simple words that how to use a php script???

Tags: ,
« Previous posts Back to top