Php Scripts Questions
PHP scripts? I often see webpages with a .php?something How can I write a script so that whatever "something" is can be accessed by the script? Is there also a way to access an external dat or txt file with a php script?
How do I actually use the php scripts? I know html and css but how do i even link to multiple php scripts and put them where I want? Its so basic I can't find out how to just use them anywhere lol.
Is PHP safe in regargs to people downloading your scripts? Just a security question here, Is it possible for people to download your uncompiled PHP scripts and view the code. I only ask because I recently did a web development project whre I stored the password to an admin page inside of the PHP script. Is this safe, if not, how would I go about doing this short of saving it in a database.
How to test php scripts in dreamweaver? Im using DW 8. I am just teaching myself php from scratch. I just want to be able to write basic hello world type scripts and preview them in my browser to make sure they work. How to
Is there a way to test php scripts within yahoo sitebuilder? I'm building a website that uses some html pages and some php scripts. Currently the only way to test my site is to upload everything to the yahoo webhost server and test it 'live', I would rather test it on my pc and work out the kinks first. I have Apache webserver 2.2.0 (for windows) and PHP/5.1.2, but I need to be able to make sitebuilder run php scripts as php scripts when, for instance, they are the target of a 'submit' button on a form. Right now, sitebuilder simply runs the file through its own pre-processor and trys to html-ify the script itself instead of the results of running the script.
How to add php scripts to dreamweaver? Sorry guys, im a complete newbie. I have download a script for guestbook from hotscripts.com and it;s now on a zip file, where should i extract those files to? and how to add the script to dreamweaver?
Am I allowed to edit other peoples PHP scripts? I like the WakScripts written by Katie W. of the former luved.org. Would I be allowed to edit them, fix the known bugs as long as i do not take credit for it and/or redistribute it? Also, does anyone know where I can download WakHosting? I want to look at it, fix bugs and use it on my website.
How do I run PHP scripts at a particular time? (see inside for details)? 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.
how do i run php scripts now that i have downloaded xamp? I have downloaded XAMPP Windows 1.6.6a [Basic package] http://www.apachefriends.org/en/xampp-windows.html all i want to do is run php scripts on my desktop what do i do next. Please tell me in easy steps thank you. Or if you know another way to tell a complete novice how to do this i would really appreciate it thank you
Any Simple PHP scripts that I can study from? Well, do you guys know of any simple PHP scripts that I can look and study from? OK guys, I don't want a tutrials or anything. I just want to know if anyone knows any SIMPLE PHP script that I can study from.. Like look at it's source and learn from that. I've read a WHOLE bunch of PHP tutorials.. It's still I've been told that I can learn more if I just look at the codes in action...
Where Can I find filled php scripts? Hi Where can Find filled php scripts on different types like: links directory script filled with hundreds of website. and programs script filled with categories and programs I hope you get What I want, I have been looking for sometime and I only find games script filled with 2500 flash game. thank you.
How do I allow parsing of PHP scripts in .html pages in H-Sphere? 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.
PHP Scripts? Anyone know of a website that has free php scripts? All the ones ive found you have to download them and when i do that the file doesnt work.
How do I use PHP scripts? Hi, I have my own website, Host that supports MySQL and PHP and some PHP scripts that are zipped... How do I get the to work?
Just upgraded PHP, and now scripts are not working.? I just upgraded to the latest version of PHP by switching to a new dedicated server. Several of my websites have login PHP scripts. These no longer work. It appears that the variables are not being passed from the form to the php script. Is there some simple way to fix this? was running 4.3.2 now 5.1.4 vBulletin works, but my own scripts have bugs, the major one being an inability to pass variables from a form (html page) to a php script.
How do I get a php script to run on a MySQL servor? I have a mysql server up and running on my local machine, but I can't seem to get a simple php script to execute on it. I thought I had php installed correctly. Is there some special folder I have to save the script in to make it work. I have it in my bin folder right now. Is there an easy way to know whether I have php installed correctly or not?
How do I allow single quotes in a php script? I'm using php scripting to send text data to a MySql database. Everything is working great but I am unable to use single quote's in the text boxes. What statement needs to be made in my script? I think I have to do something like this: $string_escaped = addslashes(“string”); How do I add this to my script?
can somebody tell me how to run php scripts? When I run the following page (http://localhost/php.php) <html> <head> <title>PHP Test</title> </head> <body> <?php echo '<p>Hello World</p>'; ?> </body> </html> i just get a blank window titled PHP Test. The Hello World does not show. I have installed Appache. Can somebody please tell me what else I need to do?
Powered by Yahoo! Answers