Re: [PHP] use JSON storage on RAMdisk instead of SQL? (for fast moving sites)

2012-09-06 Thread Bastien Koert
On Thu, Sep 6, 2012 at 2:28 PM, Matijn Woudt wrote: > Op 6 sep. 2012 12:48 schreef "rene7705" het volgende: >> >> Hi Folks.. > >> >> I seem to have figured most of this out, but before I embark on weeks >> of coding, I'd like to give the SQL experts here a chance to convince >> me to stick to My

Re: [PHP] use JSON storage on RAMdisk instead of SQL? (for fast moving sites)

2012-09-06 Thread Matijn Woudt
Op 6 sep. 2012 12:48 schreef "rene7705" het volgende: > > Hi Folks.. > > I seem to have figured most of this out, but before I embark on weeks > of coding, I'd like to give the SQL experts here a chance to convince > me to stick to MySQL for my data storage and distribution needs. I'd > love to h

RE: [PHP] xmlrpc encoding problem

2012-09-06 Thread HallMarc Websites
> *$server = xmlrpc_server_create();* > *xmlrpc_server_register_method($server, "showLog", "showLog_func");* > *xmlrpc_server_register_method($server, "showMaxLogId", > "showMaxLogId_func");* > *$request_xml = file_get_contents("php://input");* > *$response = xmlrpc_server_call_method($server, $re

Re: [PHP] Pre-populating of a form with known info from database

2012-09-06 Thread Ashley Sheridan
Girish Talluru wrote: >Hi All, > >I have a form using aspx whenever user access the page based on the >pre-known information of the user i need to prefill certain fields from >the >batabase but the challenge is i can't use the asp or touch any existing >code. > >Any suggestions. > >Thanks, > >G

[PHP] xmlrpc encoding problem

2012-09-06 Thread Cefull Lo
Hi, here's my code All the response given from the server has the header Is there anyway to change the encoding to utf-8? Thanks

[PHP] Pre-populating of a form with known info from database

2012-09-06 Thread Girish Talluru
Hi All, I have a form using aspx whenever user access the page based on the pre-known information of the user i need to prefill certain fields from the batabase but the challenge is i can't use the asp or touch any existing code. Any suggestions. Thanks, Girish Talluru

[PHP] Re: use JSON storage on RAMdisk instead of SQL? (for fast moving sites)

2012-09-06 Thread rene7705
On Thu, Sep 6, 2012 at 12:47 PM, rene7705 wrote: > create RAMdisks for free of up to 500gb, and, more important, can on a sorry!! make that "for free of up to 4gb" -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php