PHP support

Hello can somebody guide me for php because i am very new to php
guidence mean setting up the enviroment for best results and some tips

Try to use w3schools for learning PHP

4 Likes

TIPS FOR LEARNING EASILY:

  • Dont skip to advanced PHP
  • Step by Step learn it
  • Experiment it
  • Learn how to solve little Errors

I hope it helps!

4 Likes

In term of setup do you know how to setup it in dreamweaver

No! You don’t have to use dreamweaver to write a code!
You can use any text editor to edit or write a code

1 Like

And what about testing php code

I recommended XAMPP, it is free to use, easy to setup.

2 Likes

No you can’t directly preview the result from your php code
PHP is server-side script
But you can use xampp or others to preview your php script

4 Likes

Ok thanks everone

1 Like

After you test the script with XAMPP, upload the htdocs folder.

1 Like

thanks

1 Like

one last thing is there any alternate of XAMPP which is cloud based beacuse i am running out of space

Try to read this

https://alternativeto.net/software/xampp/

Hmmm… idk but AFAIK, XAMPP can be run on USB Flash Drives.

but when you installing xampp. you can uncheck the “modules” that you do not need to save some space

OK that was the last one

Good luck with PHP!

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.