Hello is there anywhere i can sell my PHP scripts, or shall i just sell them on my website?
Tag: Php Scripts
Hello is there anywhere i can sell my PHP scripts, or shall i just sell them on my website?
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.
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?
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]
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
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.
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










