Search results

  1. X

    mysql db update script

    I'll have to check that out. In the past I've tested batch jobs inside a browser windows but I've run into problems that it thinks it is loading a page and times out before the script finishes. I might be able to do it with a server php script and use Curl on my pc to load the script.
  2. X

    mysql db update script

    Interesting. I think I have some ideas how to proceed now. Thanks.
  3. X

    mysql db update script

    I'm not familiar with linux. Cron is a scheduler. Is there a way I can get a server cmd prompt or terminal window to manually test a php batch script?
  4. X

    mysql db update script

    I want to create a script that updates/uploads data to mysql db. I have an local website and db on my pc & I've done this before using a php script in batch mode @ the command prompt. I am trying to find a way to do similar on x10 site. I have a free account so from what I read I can't make...
  5. X

    PHP extensions

    GD extensions are working. I just had to get all the coding pointing to the correct paths.
  6. X

    PHP extensions config, phplot, or phpgraphlib

    Yea, I did get the graph libraries and GD extension working. Looks like I just have to the all the pieces pointing to correct paths. I was just using phpinfo.php to troubleshoot the GD. It is just the standard one line php script. But in any case I don't really need it now. Thanks.
  7. X

    PHP extensions config, phplot, or phpgraphlib

    I am trying to get custom graph extensions setup on the site. I've tried a number of steps towards that. If anyone can assist with any of the following it would be appreciated. I tried to setup a phpinfo.php file to get a display of the configuration however I get a forbidden error. I tried...
  8. X

    PHP extensions

    I am looking to enable PHP GD2 extensions. I've changed to the x3 theme, and found php settings but don't see GD2 anywhere. Is it not available or do I need to look somewhere else?
Top