GET SOURCE CODE
879 subscribers
23 photos
16 files
21 links
This I where everyone one get PHP SOURCE CODES FOR FREE IF YOU NEED PROJECT TITLE AND SOURCE CODE FOR YOUR FINAL YEAR PROJECT THIS IS IS THE RIGHT PLACE IF YOU WANT ANY PROJET ASK @phpsourcecode
HAVE A FUN WITH INTERNET PROGRAMMING
Download Telegram
Now let see were we put our script file
Open #this_pc ->c->xampp->htdocs
Or
C:\xampp\htdocs
folder is your #server_root.
When you open this folder you see lot of files including #index.php

This #index.php means when you type http://loclalhost on your browser it is the file that loaded.

Next inside #htdocs folder we oper new folder to store our projects or codes

And now we make it #xampp #serverroot #Document\root
now
➊now create new folder inside htdocs folder call it #myweb

➋ next double click on xampp then click on #config in the first line then choose #Apache(httpd.conf) from the list
When it opens on notpad click on
Ctrl+F then type DocumentRoot
Then click on find next
Then change
DocumentRoot "/xampp/htdocs"
Into
DocumentRoot "/xampp/htdocs/myweb"
Then Ctrl+s and close notepad

Then restart apache on xampp

now go to your browser and type #http://localhost and hit enter

we have changed our document root.
If yo see this in your browser you have changed your document root (/server root) successfully
Now create test.php file in side your document root or myweb folder
Then type this code.
<?php
echo "hello world";
?>
Then save it and close
Go to your browser and type
http://localhost/test.php/
Enough for today good night if you have any comments @HTM_beginner_bot put it here
GET SOURCE CODE pinned «Hi everyone we are back from now we will start posting coding projects and more other programing things please share and join this channel https://t.me/codehtmlcss»
Which source code do you want
❤️online examination system
😂water billing system
😘payroll system
😍attendance system
GET SOURCE CODE
Photo
Start your apache and mysql server
Extract the source code
Copy the source code folder into your server document root or
Local disk c>XAMPP>HTDOCS
Give a domain name call him what ever you want
Now start your browser I am using Microsoft eadge
Then type localhost/phpmyadmin/
And make sure that the server is running
Create new database and name it cee_db
Import database from the source code folder
Now open new tab on your browser and type your domain name in my case I type localhost/www.aexam.com/adminpanel/admin/
For administrator login
Or
Localhost/www.aexam.com/
For user login
Congratulations now you have successfully installed local examination system that work on local area
User name
Admin@username
Password
Admin@password
Know you can create exam
Add students
And see students exam result in admin side
User side can
Login with his email and password that assigned by the administrator
And take exam hi can submit and see his result at that time
Who want this source code