Search results

  1. cGamez010

    activating php version change

    i just hope phpmailer for php 6 doesn't have significant changes 0o otherwise i would have to demo the site elsewhere... :)
  2. cGamez010

    activating php version change

    hi there, i am in need of a PHP version change, but i see that functionality has to be activated first. could i request this please be done? i need to change to an earlier version of PHP with register globals on in order to use the phpMailer 5.1 implemented in the http://ferrety.pcriot.com ajax...
  3. cGamez010

    having trouble setting up phpMailer 5.1

    where would i check that? i believe it would be off if it needs to be implicitly set. Edit: or rather how can i request it be changed for ferrety.pcriot.com? Edit: okay i doubt that could be the problem... php mailer 5.1 is for php 5/6. yet it works on my pc at home with register_globals =...
  4. cGamez010

    having trouble setting up phpMailer 5.1

    the javascript and php source that won't even get an html response in firefox! echo " <sql>\n" . $sql . " </sql>\n"; echo "</root>"; mysql_close($conn); ?>any possible way i could make case 2 a bit faster? the processing time should be under 1 minute, it normally is on my pc - even...
  5. cGamez010

    having trouble setting up phpMailer 5.1

    the javascript and php source that won't even get an html response in firefox! //$mail->AddReplyTo("pierre@greywacke.co.za", "Pierre \"Greywacke\" du Toit"); // add the developer to the replyto list...
  6. cGamez010

    having trouble setting up phpMailer 5.1

    the javascript and php source that won't even get an html response in firefox! // start outputting xml and processing according to query made header("Content-type: text/xml"); echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\n"; echo "<root>\n"; switch ($q) { case 1: // load...
  7. cGamez010

    having trouble setting up phpMailer 5.1

    the javascript and php source that won't even get an html response in firefox! // load available child regions function getregions($id) { $sql1 = "SELECT * FROM 1_regions WHERE bigint_ParentRegionID = ".$id.";\n"; $GLOBALS["sql"] .= $sql1; $result1 = mysql_query($sql1)...
  8. cGamez010

    having trouble setting up phpMailer 5.1

    the javascript and php source that won't even get an html response in firefox! // string trim functions function trim(str, chars) { return ltrim(rtrim(str, chars), chars); } function ltrim(str, chars) { if (chars == undefined) var chars = ""; chars = chars || "\\s"...
  9. cGamez010

    having trouble setting up phpMailer 5.1

    the javascript and php source that won't even get an html response in firefox! // Request AJAX & DHTML // xml request var http_request = false; var parents = new Array(); function makeRequest(method, url, parameters) { http_request = false; if (window.XMLHttpRequest) { // Mozilla...
  10. cGamez010

    having trouble setting up phpMailer 5.1

    The mailer code works perfectly on my pc http://localhost/fab/public/request.php, however i am battling to get it to work on http://ferrety.pcriot.com/public/request.php, the AJAX won't even give a response! i am battling even to get an XML response, so i can't even see what the problem is! i...
  11. cGamez010

    AJAX: mysql returning empty, despite there being records.

    javascript ajax and dhtml script Here follows the javascript ajax and dhtml script: // Regions AJAX & DHTML // xml request var http_request = false; var parents = new Array(); function makeRequest(method, url, parameters) { http_request = false; if (window.XMLHttpRequest) { // Mozilla...
  12. cGamez010

    AJAX: mysql returning empty, despite there being records.

    This code is supposed to retrieve the records in the table as xml nodes and insert the fields as child data nodes. The ajax works on my home pc, but not on http://ferrety.pcriot.com/. i've got the database server as localhost, the full username as set up on cpanel > MySQL Databases and the...
  13. cGamez010

    myphpadmin error

    seems to be sorted now :)
  14. cGamez010

    myphpadmin error

    hi, i'm busy creating a table on phpmyadmin - and got the following error when submitted: Internal Server Error open3: pipe(GLOB(0x39c9240), GLOB(0x1151570)) failed: Too many open files in system at cpsrvd-ssl.pl line 5653 cpsrvd/11.24 Server at starka.x10hosting.com...
  15. cGamez010

    free website hosting linked to this forum account

    nevermind, i managed to get a hosting account created without the session expiring on me. this topic can be closed.
  16. cGamez010

    free website hosting linked to this forum account

    Hi, the lengthy registration process has been sending me all over the place, but i see both are taken now (both send to the same inbox). i'd like to enquire about the status of this hosting account, as it is required asap for a PHP/MySQL development project. i'd like to use this forum account...
  17. cGamez010

    How can I create tables for my mySQL Database?

    heys there, please let me know if you ever succeed. i am using the same version - and i surmise that it might be due to an alternate socket being used... i don't have time to create tables in myphpadmin... the suggested access database layouts, creating the tables via odbcConnector - is my...
Top