Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
I have written a couple pages in PHP and I am having a difficult time getting everything displayed correctly. I have it all displaying but I believe there is a border issue. I have a sidebar on all the pages. When the home page comes up its on the top right, which is where I designated for it to be in the .css . The .php pages however show the information bar down at the bottom as well as making the footer much smaller than normal. correct page : roanekarate.com incorrect page: above with /press/press.php
Summary: Hi, im having a problem with my php.ini (i guess) the problem is i installed a File manager, is like a FTP Service but via web. The problem i have is that i cant upload files larger than 2Mb. I was wa...
Summary: Hi, I installed MySQL and PHP for my Apache server. I wanted to make a test php page for retrieving data from the MySQL database. Here is my PHP script: <html> <head><title> How to Grab your ...
Summary: Well I made one function that gets the file contents and puts them into an array. I'm trying to make another function that reads the array and out puts everything in that array. And I'm trying to use ...