Re: Using php.

2019-03-21 Thread AudioGames . net Forum — Developers room : gabriel-schuck via Audiogames-reflector


  


Re: Using php.

@41Remember that you have to put your php code between the  Tagsif you do not, it may happen what you have described.I also suggest that you try a simple script that only displays the data that the user has filled in instead of sending by email.This is better than testing on a remote server.@33You can run mysql through phpmyadmin if you do not have a lot of practice with mysql, I prefer mysql prompt by entering the sql commands in an interactive way, including working with mysql remote. I make queries in the database of my site directly from the mysql prompt in xampp, very practical.

URL: https://forum.audiogames.net/post/421102/#p421102




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-20 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector


  


Re: Using php.

@39, I did everything you said, and the localhost thingy works, but just .php files on there own don't work.Let me explain.I have a contact.html, witch, once I fill out the fields and hit submit, it changes my page to a send_form_email.php file that sends the email, but it just opens the php file and shows the code.

URL: https://forum.audiogames.net/post/420758/#p420758




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-20 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector


  


Re: Using php.

@39, wahahhahhahahhahahahaha, I'll try that.

URL: https://forum.audiogames.net/post/420686/#p420686




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-20 Thread AudioGames . net Forum — Developers room : angarag via Audiogames-reflector


  


Re: Using php.

ok, it goes like this.First of all, if you have installed the xampp on your machine,  well congratulations, you have taken one step further to your goal of becoming a web developer, albeit quite new one, and clueless and lost.don't worry, that happens to everyone, although I don't think everyone gets  lost as much as you managed to be. lolok, now jokes aside, hit the start button on your key board, which you can find  the second key from the left bottom line if you  use normal standard keyboard that is, in case you use laptop, then hit the third button, it works most of the time. But for some reason it doesn't bring up the search box on the first try,   be calm and hit it again. if it still doesn't work, go to a hardware store and buy a sledge hammer to pound it  with. Well after trials and errors, many months later or whatever, just type xampp on it and hit enter button on your keyboard.now, now, don't get me started  with where you are supposed to find the enter key, which which I will definitly ramble on and on about its whereabouts.if your screen reader says "xampp control panel version something and something", good job! you have finally made  the first 2 inches of the thousand miles journey.Now you are supposed to hit tab button few times,  until you hear  it says start button. Don't get confused my friend, there are four start buttons if i remember it correctly. You need to hit spacebar on enter key on that first start button, which is supposedly should start the php working for you. Neet, isn't it?Oh one more thing before I continue on, if you have skype started and it is working behind the seens, then you are supposed to cripple its power and end to his ruling the empire named port 80.now that's out of the way,  find your way to the C drive of your disk and find the folder named xampp, asuming that you hadn't the installation path that is.There is one tiny tinsy itsy bitsy folder called htdocs  in that xampp folder, that is my amigo, your thrown room. you get that?now what you are supposed to do is, put your php files in there. Asuming you have some, wait, you have some written php codes, right? well, doesn't matter. in case  if you don't have any, just create a new file on notepad or whatever with the txt format. Why txt?  you can change the dam name and format of course! by force i mean. So once you created the txt file, rename its name to be index and its format(extention) to php and write your  codes in it. Following should be easy enough code to do. Unless I lost you waay back up there that is.echo "hello world!";?>now save the file and  give your first order to your empire!go to firefox, or any other browser program and find the address bar there.Then type this, http://localhost, which automatically searches the file named index in the htdocs folder. I hope you didn't manage  to change the standard destination for that.So once you type the URL above in the address bar, hit the enter key. yeah yeah, our old enter key,  don't give me that look,  it is  old enough. anyway lets  not divert from our main topic. it will load the index.php file on your browser and on which you will see, Hello world!Bingo! there you are, finally you made the 2.1 inches of the thousand miles journey. Ahem, ok ok I stop here, otherwise I might ramble on and on until the very end of time! whenever that is.Sincerely yours,Aka Forrest Gump!PS; when you buy a sledgehammer to pound the very single key on that keyboard, I suggest you to use a brick first! that's more cheaper ey?

URL: https://forum.audiogames.net/post/420665/#p420665




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-18 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector


  


Re: Using php.

take a look on w3schools, i believe they have a few tutorials for mysql.I my self am not sure.

URL: https://forum.audiogames.net/post/420111/#p420111




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-18 Thread AudioGames . net Forum — Developers room : prajwal via Audiogames-reflector


  


Re: Using php.

hey all  php admin gui is so confusing  in xampp how do i make  mysql databace ?in it ?

URL: https://forum.audiogames.net/post/420108/#p420108




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-18 Thread AudioGames . net Forum — Developers room : prajwal via Audiogames-reflector


  


Re: Using php.

i used  xamp its worcks for me  and i managed to login ... with myphp admin

URL: https://forum.audiogames.net/post/419957/#p419957




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-15 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector


  


Re: Using php.

that is strange. did you make sure all the right services are started? apachi should be enabled or started.

URL: https://forum.audiogames.net/post/418987/#p418987




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-15 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector


  


Re: Using php.

no, localhost/filepath doesn't work for me, neither do php.

URL: https://forum.audiogames.net/post/418970/#p418970




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-15 Thread AudioGames . net Forum — Developers room : prajwal via Audiogames-reflector


  


Re: Using php.

hey all anyone can  tell how  do i mysql statements or  mysql  how to use withxamp i have portable versioni have win10 64 byt  do i have to  add system path first? for portable ? plese share your good knolage about  servers expurts

URL: https://forum.audiogames.net/post/418967/#p418967




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-15 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector


  


Re: Using php.

Hi all, sorry for double posting, but with xampp, what can i do to make my localhost accessible to a friend when we are not on the same network? i know i will have to know my ip address, but when i gave it to him, it said problem loading page on his side...

URL: https://forum.audiogames.net/post/418924/#p418924




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-14 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector


  


Re: Using php.

Hi, did it work for you?

URL: https://forum.audiogames.net/post/418868/#p418868




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-13 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector


  


Re: Using php.

ooo! You can do that? omfg omfg omfg omfg omfg!

URL: https://forum.audiogames.net/post/418470/#p418470




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-13 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector


  


Re: Using php.

like localhost/web/index.php

URL: https://forum.audiogames.net/post/418445/#p418445




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-13 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector


  


Re: Using php.

how did you go to the directory with your browser?

URL: https://forum.audiogames.net/post/418436/#p418436




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-13 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector


  


Re: Using php.

Hi, i got it working. i made a new folder in my htdox folder, and inserted a php file there. Then went to that directory with my browser and it worked.

URL: https://forum.audiogames.net/post/418414/#p418414




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-13 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector


  


Re: Using php.

Hi, i can also not run php code at all. the html part works fine, i have started all the services in the control pannel, but the php part does not work at all. i also tried googling for the answer but ...

URL: https://forum.audiogames.net/post/418408/#p418408




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-12 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector


  


Re: Using php.

never mind, http://localhost works, but I still can't run php files.

URL: https://forum.audiogames.net/post/418112/#p418112




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-12 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector


  


Re: Using php.

never mind, http://localhost works, but I still can't run php files.

URL: https://forum.audiogames.net/post/418111/#p418111




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-12 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector


  


Re: Using php.

I got it to work, had to run the settup.bat file.

URL: https://forum.audiogames.net/post/418109/#p418109




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-12 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector


  


Re: Using php.

do you know of a direct download link for a compiled version of php?

URL: https://forum.audiogames.net/post/418058/#p418058




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-12 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: Using php.

It might be Redfox, if it is on a central server the internal accessed might be looped back. Plus, you type http://localhost not https

URL: https://forum.audiogames.net/post/418057/#p418057




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-12 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector


  


Re: Using php.

did you allow the app through the fire wall?I installed it, since i am also interested in this soort of stuff, and it worked for me.

URL: https://forum.audiogames.net/post/418036/#p418036




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-12 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector


  


Re: Using php.

would the fact that I am running this on a school computer matter?It's also the school's network.

URL: https://forum.audiogames.net/post/418034/#p418034




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-11 Thread AudioGames . net Forum — Developers room : gabriel-schuck via Audiogames-reflector


  


Re: Using php.

@17How strange ...Is some other local service using the same port 80 of apache, which is the default?I remember I had problems with this when I used skype7, where I opened skype first and then xampp and could not access the server.I have not had a chance to run on w10, but here in w7 it works fine ...

URL: https://forum.audiogames.net/post/417927/#p417927




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-11 Thread AudioGames . net Forum — Developers room : gabriel-schuck via Audiogames-reflector


  


Re: Using php.

@17How strange ...Is some other service using the same port 80 of apache, which is the default?I remember I had problems with this when I used skype7, where I opened skype first and then xampp and could not access the server.I have not had a chance to run on w10, but here in w7 it works fine ...

URL: https://forum.audiogames.net/post/417927/#p417927




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-11 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector


  


Re: Using php.

@16, I ran the xamppstart.exe, but php files still don't work, and I got a privacy error thingy wen going to https://localhost.

URL: https://forum.audiogames.net/post/417922/#p417922




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-11 Thread AudioGames . net Forum — Developers room : gabriel-schuck via Audiogames-reflector


  


Re: Using php.

@15Go to the folder where you installed xampp and run the xampp_start.exe file.Your local server is activated. To test, type http: // localhost / or http://127.0.0.1 in your browser.If you open a xampp page, then everything is working ok.So, to test your php scripts, place them inside the htdocs folder.@7Yes, the xampp installer is not accessible, but there is the portable version that can be downloaded from sourceforge and used without any problems. I have it right here running on my thumb drive, very convenient.

URL: https://forum.audiogames.net/post/417832/#p417832




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-11 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector


  


Re: Using php.

Ok, I have installed it, now what?

URL: https://forum.audiogames.net/post/417826/#p417826




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-11 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector


  


Re: Using php.

ok, I will try it.Thanks for the help!

URL: https://forum.audiogames.net/post/417812/#p417812




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-11 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: Using php.

No problem man, I was a noob like you some years ago.First you need to download XAMPP from this website:https://www.apachefriends.org/xampp-fil … taller.exeThen you install and configure it with Win OCR and you are done. You can run your PHP scripts directly

URL: https://forum.audiogames.net/post/417802/#p417802




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-11 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector


  


Re: Using php.

I'm sorry, I'm an idiot, how do I do this?Sorry for being dificult, I just see a lot of files that I have no idea about and I'm confuzzled.

URL: https://forum.audiogames.net/post/417801/#p417801




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-11 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: Using php.

You can install XAMPP with the Win10 OCR

URL: https://forum.audiogames.net/post/417787/#p417787




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-11 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector


  


Re: Using php.

@9, lmfao. I'm workin on the language itself, just need to knnow how to make it so that wen I run a php file, it'll open in my browser, and show the page I coded, instead of the code.

URL: https://forum.audiogames.net/post/417773/#p417773




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-11 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: Using php.

DOn'y worry, language itself is even harder ha

URL: https://forum.audiogames.net/post/417762/#p417762




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-11 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector


  


Re: Using php.

ok, I have php-7.3.3-src downloaded. What do I do to set it up? The online manual looks painfully complex to me.

URL: https://forum.audiogames.net/post/417756/#p417756




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-11 Thread AudioGames . net Forum — Developers room : nuno69 via Audiogames-reflector


  


Re: Using php.

XAMPP is definitely not accessible

URL: https://forum.audiogames.net/post/417724/#p417724




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-10 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector


  


Re: Using php.

Head over to [php.net] and grab the latest version, there's also install instructions in the manual [here], just skip to the windows section. There's also a number of easy install bundle packages like [XAMPP], [WampServer], or [Web.Developer], though I can't guarentee their accessibility.

URL: https://forum.audiogames.net/post/417664/#p417664




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-10 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector


  


Re: Using php.

hi. So I never really got an answer on post one. Can I have step by step instructions on how to instal everything I need to use php on my website?I'm running windows 10, 64 bit, and currently the website is only accessible threw source, that is, it's not hosted.

URL: https://forum.audiogames.net/post/417659/#p417659




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-08 Thread AudioGames . net Forum — Developers room : nyanchan via Audiogames-reflector


  


Re: Using php.

You just need the php interpreter. The built in http server works for learning purposes if you still won't use databases.

URL: https://forum.audiogames.net/post/417262/#p417262




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-08 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector


  


Re: Using php.

Yes. PHP 7 adds a lot of lovely features that PHP5 doesn't have. I'd recommend it for beginners.

URL: https://forum.audiogames.net/post/417164/#p417164




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: Using php.

2019-03-08 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector


  


Re: Using php.

Is there a major difference between php 5 and php 7?Cause those are the tutorials that w3schools has.

URL: https://forum.audiogames.net/post/417162/#p417162




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Using php.

2019-03-08 Thread AudioGames . net Forum — Developers room : redfox via Audiogames-reflector


  


Using php.

So I want to learn php, except that I don't seem to have it installed on my internet thingy, how do I do this?I saw something about setting up a my sql server or somethig on w3schools.com, but wen I clicked the php link it looked dreadfully complex.Any help?

URL: https://forum.audiogames.net/post/417152/#p417152




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector