simcoweb Posted August 3, 2007 Share Posted August 3, 2007 Uh, no. See, your home computer is not a server. wampserver allows it to become one so you can test and develop websites 'offline' meaning NOT uploading the files to your hosting company account to see if they work. Basically it's a suite of software programs that would mirror what you'd find on a web host. Apache, MySQL, PHP, etc. are in the suite. But, when you install this on your home computer it creates a folder usually under Program Files that you would copy or move your testing pages into in order to see if they work. So, what we're saying is IF you have wampserver installed on your home computer then any pages you wish to test that are PHP pages need to be moved or copied to that designated folder before they will work. If you simply created the page and put it in your My Documents folder then tried to see if it worked it would just show up like your image you posted with all the code showing as text. Your My Documents folder is not where your wampserver is looking in order to parse the PHP pages properly. Read the manual/instructions that come with the wampserver download and it will tell you where to place your PHP pages. Quote Link to comment https://forums.phpfreaks.com/topic/63097-php-help-login-and-registrations-onto-website/page/2/#findComment-314530 Share on other sites More sharing options...
The Saint Posted August 3, 2007 Author Share Posted August 3, 2007 okay got it too work now can anyone tell me the answer why it looks like this <img src="http://i73.photobucket.com/albums/i223/ballaj023/untitled-2.jpg"> Quote Link to comment https://forums.phpfreaks.com/topic/63097-php-help-login-and-registrations-onto-website/page/2/#findComment-314566 Share on other sites More sharing options...
simcoweb Posted August 3, 2007 Share Posted August 3, 2007 Looks like what? Looks like a web page to me. What is wrong with it? Quote Link to comment https://forums.phpfreaks.com/topic/63097-php-help-login-and-registrations-onto-website/page/2/#findComment-314569 Share on other sites More sharing options...
The Saint Posted August 3, 2007 Author Share Posted August 3, 2007 Looks like what? Looks like a web page to me. What is wrong with it? oh cause it suppost to look simular to this <img src="http://i73.photobucket.com/albums/i223/ballaj023/untitled-3.jpg"> not the tables cut off the the form and labels spready aprt Quote Link to comment https://forums.phpfreaks.com/topic/63097-php-help-login-and-registrations-onto-website/page/2/#findComment-314573 Share on other sites More sharing options...
simcoweb Posted August 3, 2007 Share Posted August 3, 2007 LOL, well, that's an HTML layout problem. Check your code. Quote Link to comment https://forums.phpfreaks.com/topic/63097-php-help-login-and-registrations-onto-website/page/2/#findComment-314578 Share on other sites More sharing options...
The Saint Posted August 3, 2007 Author Share Posted August 3, 2007 LOL, well, that's an HTML layout problem. Check your code. would be able to tell me if i psoted the code? Quote Link to comment https://forums.phpfreaks.com/topic/63097-php-help-login-and-registrations-onto-website/page/2/#findComment-314579 Share on other sites More sharing options...
teng84 Posted August 3, 2007 Share Posted August 3, 2007 before posting the code can you tell us clearly what do you wnat to accomplish now Quote Link to comment https://forums.phpfreaks.com/topic/63097-php-help-login-and-registrations-onto-website/page/2/#findComment-314582 Share on other sites More sharing options...
The Saint Posted August 3, 2007 Author Share Posted August 3, 2007 before posting the code can you tell us clearly what do you wnat to accomplish now well like on the picture i want the text boxes to be next to the labels and i want the div background to show im Quote Link to comment https://forums.phpfreaks.com/topic/63097-php-help-login-and-registrations-onto-website/page/2/#findComment-314583 Share on other sites More sharing options...
teng84 Posted August 3, 2007 Share Posted August 3, 2007 hmmmmm!! i think its no longer php when you say div its table less that you want so iguess its css???? but ok try to post the code and someone wont react Quote Link to comment https://forums.phpfreaks.com/topic/63097-php-help-login-and-registrations-onto-website/page/2/#findComment-314585 Share on other sites More sharing options...
The Saint Posted August 3, 2007 Author Share Posted August 3, 2007 hmmmmm!! i think its no longer php when you say div its table less that you want so iguess its css???? but ok try to post the code and someone wont react yea got the php working just it isnt showing the background but i relized it wont show if i post the code cause ull need all the images anyway but i guess it couldnt hurt http://dizzleboi1.tripod.com/ some unwanted info came but ill be able to take it out if some can help me Quote Link to comment https://forums.phpfreaks.com/topic/63097-php-help-login-and-registrations-onto-website/page/2/#findComment-314589 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.