Zenchi
Nov 25 2004, 02:15 AM
| | Is there programs or a way to run PHP/CGI/MySQL/HTML and other web programming languages offline? I am trying to learn website design, and uploading accumulates a very precious part of my time, and being able to run the modified file offline would be a -very- great timesaver. Is there anyway to install PHP, MySQL and the other languages to your computer so that you may work on things offline, like I said? |
Reply
Spectre
Nov 25 2004, 04:27 AM
Yes. You need to get a webserver, such as Apache, the PHP Engine, and the MySQL Database Engine. They are all free, but require a bit of customizing to install on your local system. You could also try IIS, which is included with Windows XP; but Apache is much, much better. If you are planning to host your website from your own machine, which you can easily do, then I would recommend you have a Windows NT-based operating system (NT/2000/XP/2003/etc). And you obviously need a relatively fast connection. If you want a pre-configured, ready-to-run package that has everything you need (as well as a lot of stuff you don't need), try XAMPP from ApacheFriends. Oh, and HTML doesn't require anything server-side. It is interpreted purely by the browser, so it depends on what the client is running.
Reply
WeBmAsTeR
Nov 25 2004, 04:28 PM
ya as Spectre said u just need to install apache, php & mysql on ur server, and then u can browse around ur site without connectin to internet , just need to put http://localhost in your browser, and there u r
Reply
Zenchi
Nov 27 2004, 12:14 AM
Thanks a bunch Spectre. I do not plan on hosting my website from my local machine, as I cannot keep it up 24/7, and cannot afford a domain name (and I don't feel like giving out my IP Address for security reasons.) I hopefully plan to have this all installed soon, but fo rhte mean time, I have bookmarked the links.
Reply
tasty
Dec 1 2004, 04:58 PM
you can get free .tk domain names but i cant remember where from
Reply
icedragn
Dec 5 2004, 10:11 PM
QUOTE(tasty @ Dec 1 2004, 04:58 PM) you can get free .tk domain names but i cant remember where from you answered your own question there tasty  , go to www.tk and you can signup for free .tk domains, you will get 3 free and if you want more then you can pay for them i guess, also www.namezero.com used to offer free domain names and by that i mean like www.yourdomain.com ^^, I think they may still offer it, they like to hide it tho, but maybe they stopped offering it. But i can vouxh that they gave me a free domain a while ago and it was wicked, now i need a place to host it and well, this is post #1/50 so im on my way. Hope that helped.
Reply
amir_ac
Dec 7 2004, 10:07 AM
I think PHPdev is Software Set Apache And Mysql and PHP I Think You can find for download in download.com PHPdev - Google SearchI Install It And i like It Thanks
Reply
rowita
Dec 7 2004, 11:23 AM
Checkout this new tool too: PHP Runner : http://www.iranwebdesigning.com/php_runner/QUOTE PHP Runner is a simple but useful program to preview a PHP file easily without saving or uploading to server or using other programs to run your designed file. PHP Runner has a friendly interface with useful tools like as most used PHP functions' buttons to make scripting more easier and faster. Download this program for free . also see some screen shots of this program.
Reply
Xeon
Dec 22 2004, 11:21 PM
I have Win XP Professional so I just install the IIS server, install PHP, and then view any PHP files in IE on my own computer.
Reply
teob
Dec 29 2004, 09:37 PM
i did try to install php mysql etc in my computer.... i dun think u need a public domain... u can build a domain...but not out for public... so u dun need a hosting.... and u can run all the file u want in that http://localhostbut depend if yr scripts require a different system... so i usually do all of those in my linux system... but it is quite annoying sometime to restart the pc and change OS... i just a newbie to all of these... so sorry if i made some mistakes here.... and i tried so software aswell...and they are all quite good.. as amir_ac said PHPdev ...i think it is a good one...
Reply
Zaideu
Jan 15 2005, 10:55 AM
I suggest you to use this one : EasyPHPIt includes : Apache PHP MySql phpMyAdmin Ah oui tu ne serais pas français par hasard ? Si oui télécharge la version française : EasyPhp (French)
Reply
Recent Queries:--
phprunner or phpmyadmin which is better - 314.96 hr back. (1)
-
how to put joomla in phpdev - 355.09 hr back. (1)
Similar Topics
Keywords : running, php, mysql, html, offline
- Dsl Problems
in relation to processes running (15)
Mysql Changing Date Format
Need a bit of help changi ng the date format in a table (3) Hello all firstly sorry if this is in the wrong forum it just seemed the most appropriate
/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Im using a mysql
database with some php scripts to hopefully make a forum (fingers crossed!). the problem is the date
format in the tables, its the form of yyyy-mm-dd which seems stupid to me as im used to dd-mm-yyyy.
Is it possible to change the date format of the table so when i enter a date it is stroed as
dd-mm-yyyy? Ive tried looking in the config.inc.php file and couldnt find a date format ....
What Is A Blob (mysql)
and how do i use it (4) hey everyone! i just started using mysql so i could integrate it on my site. i'm trying to
create a comment section and store the data on mysql. i've defined my table having a field type
of varchar with max value 5000. but when i created it on phpmyadmin on my free hosting account, it
said that the maximum value for a varchar is just 255. it said that i should use a blob. what is it
and how can i access the data using php? i've searched from the net and it said that blob is
used for images and document data. and i also found out that the data stored in a blob....
Hackers Get Mac Running Windows
and Apple thought it can't be done... (25) Hackers get Mac running Windows ... and Apple thought it can't be done! /smile.gif"
style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> a bounty of $13,854
(£7,895) was "what broke the camel's back", so to speak. /tongue.gif"
style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> twas a "profitable"
motivation enough for two "hackers" to do the "seemingly impossible" task. now, the word "hacker"
may raise red flags all around, and some who are brainwashed by media's definition of the word
(#4 below) may bring some f....
Html Countdown For Your Wallpaper For Your Computer?
(5) Can you have a HTML countdown for your wallpaper for your computer? I know you can have a animation
wallpaper for your computer. But can you have a HTML countdown as your wallpaper? I want to use a
HTML countdown for my wallpaper for my computer. So the wallpaper for my computer would be a HTML
countdown. Can you/does anyone know how to put a HTML countdown for your wallpaper for your
computer?....
2 Mysql Operations Cause Delay?
(1) I'm doing an Inventory system using PHP and MySQL. It's almost done now but I've been
having a problem with this particular code. This is a function that does two things. It updates a
table with edited values and then inserts values to another table. It's working fine except
that the status bar of my browser indicates that the page (with this function) is still loading when
in fact the function has been terminated and it did its job already (I've checked the dbase) and
there's no command after calling the function. Could the delay be because ....
Cheat Sheets
PHP, MySQL, CSS, RGB Hex Color, mod_rewrite (4) here are some cheat sheets for PHP, MySQL, CSS, RGB Hex Color, and mod_rewrite. choose one, choose
all. /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> can be printed as a
handy reference guide when you are working with any of the above-mentioned interests. just let it
reside within your reach in your desk, and you'll save some time looking up things online. makes
a webmaster's life a little bit easier. /smile.gif' border='0' style='vertical-align:middle'
alt='smile.gif' /> enjoy! http://www.ilovejackdaniels.com/cheat-sheets/ ....
Computer Freezes Running Full Screen Game
Display and sound freeze and skip (6) I'm using a Compaq Presario 2100 (Compaq is worst computer ever made, in my opinion). When I
run a game - full screen 640x480 - sometimes it will freeze my computer. When this happens, the
sounds skips a clip of about .5 seconds repeatedly. The screen always goes either all-black or
-another color. To get out of this, I have to force shut down. Last time it happened, after
restarting the screen was flashing, very slightly, like a wave effect, and it faded away after a
couple minutes. This only happens when I play this game. Sound or video driver? What cou....
Delphi 2005 + Mysql
how to connect mysql with delphi 2005? (2) Anyone knows how to connect mysql with delphi 2005? Thanks! /smile.gif' border='0'
style='vertical-align:middle' alt='smile.gif' /> ....
How Do I Delete Info From Mysql Database Through My Cpanle?
- help (1) I want to delete some info in a MySql database. Can I do that through my cPanle? if not, I need to
know even through command prompt. Thanks\ nickmealey ....
Help: Running Processes - Minimize
These are my processes, what can I do? (8) Here's a screenshot of all the processes my computer runs, plus some more stats at the
bottom. Can anyone give me some advice about all these processes. A friend once told me that this
is a lot of processes to run. If I could minimize the number of them my comp should run better, no?
I don't know what most of these do, but I do know how to stop them by using Run > msconfig.
What are these, what do they do, and which can I avoid using? And is there anything I could learn
about Commit Charge, Physical Memory, and Kernel Memory? - I know nothing about these thi....
Need Html Help
help with image maps... (4) Ok, I set up an image map for the sidebar on my site, www.rlclan.trap17.com . what i was wondering
was, how the crap do i remove that blue border? i tried putting border="0" in the image tag, does
it matter where it is placed? (before or after the usemap="#navagation")....
Looking for running, php, mysql, html, offline
|
*SIMILAR VIDEOS*
Searching Video's for running, php, mysql, html, offline
*MORE FROM TRAP17.COM*
|
advertisement
|
|