1. Shared-Web Hosting with Euphoria

I had been looking for shared hosting plans where I could use Euphoria with CGI. Unfortunately, I didn't find any. The perl database interface is lot easier than what I have seen in Euphoria. Can we see something like:

 
local $get_session_user_for_session_sth = $dbh->prepare("select user,id from sessions where ip=? and id=? and expiry>now()"); 
 
$get_session_user_for_session_sth->execute($ENV{'REMOTE_ADDR'}, $session); 
local ($user, $stored_sid); 
($user) = $get_session_user_for_session_sth->fetchrow_array; 
 

Can we have a DBI like this?

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu