Jump to content

GrayFox12

Members
  • Posts

    38
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

GrayFox12's Achievements

Member

Member (2/5)

0

Reputation

  1. Ok thankyou everybody for your help found the right php file and changed display_errors to on. Never thought ild be so happy to see an error message come up. Cheers
  2. Ok I go into my php.ini file and it already says display_errors = on and error_reporting = E_ALL & ~E_NOTICE. I stop and Restart xampp. When I look at phpinfo it has display_errors = off. I begginning to think its looking for the wrong php.ini file. The file i looked at is in c:/Xampp/php is that correct?
  3. Same thing just nothing. Shouldnt I be getting a error message coming up? Thats my real problem
  4. Thats the port where mysql instance is running on. My xampp which is my webserver is on port 80. Yea just completly blank word "here" does not show up. When I remove the connection code "here" does come up so I know it is running php script.
  5. Hi guys, Im just trying to connect to my mysql running on the same machine but am having difficulties. Heres what I got: mysql_connect("localhost:3306", "username", "password") or die("Unable to connect to server ".mysql_error()); $h = "localhost:3306"; $u = "username"; $p = "password"; $connection=mysql_connect($h,$u,$p); mysql_select_db("database") or die(mysql_error()); echo "here"; My problem is that this isnt working and I am left with a blank page with no error message so I dont even know what the problem is. Please help me cheers GrayFox
  6. Hey guys I wanting to know how to populate fields of a pdf file with the info from a record in mysql? Any help would be much appretiated. Grayfox
  7. sorry their slash in their instead of comma. cant remember wat i put. So it could be server?
  8. Hi guys, im trying to get the current date and time to add to my mysql database. At the moment im doing it something like this: $date = date("d,m,y"); $time = time("g,i,a"); But i get completely random dates and times. Some of the dates come out as year 2010. How do i get it so i get the current date and time off the workstation or the server?
  9. How are you wanting it? you want 3 colomns and 1 row?
  10. I just copyed your html table, all writing comes out horizontal. So your table is fine
  11. that might not be the cause, ill have a look soon for you
  12. leave your <td> tag and just remove your valign from it. Should default to horizontal.
  13. youve set vertical alignment (valign) for ur table. Also you have valign your <td> tag which will align your variables inside that tag vertically
  14. Hi guys, Just installed CGI and had problems wif headers, got sum error, after research got hot fix from microsoft to solve it. Now i when i submit a form to update or add etc its all mucked up, the form reloads again which its suppose to do but the css isnt working and its stays on the php page in the url box when its actually on the form page. Make no sense.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.