Click here to Skip to main content
15,881,644 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi,
i am working on one mini project that is a registration form will send
the person info but my address in files is incorrect and
it have one erorr box that show me erorrs every time site going to reload
but don't listen to the Conditions that i made.
and at the end i wanna know where the information gose?
i don't have table in wamp also thech me to make one.

What I have tried:

to make a registration form with php
Posted
Updated 9-Feb-23 17:16pm
Comments
Andre Oosthuizen 10-Feb-23 2:03am    
Show us some code that you started with already, then tell us where the error occurred. This will help us to help you.
Member 15627495 10-Feb-23 4:45am    
as your hosting server could have several folders and sub folders, always keep in mind where are files ( or scripts ) calling the others files as resources.

for a file in same folder :
$path = "theFileName.theFileEXTension";



for a file in 'anotherFolder' :
$path = "anotherFolder/theFileName.theFileEXTension";


for a file from 'base' of server :
$path = "../var/www/theFileName.theFileEXTension";
 .. is calling 'root path folder'

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900