> Anyone know of any classes or files for a way to write
> an Access readable file from PHP and MySQL?
Google produced http://www.phpfreaks.com/tutorials/61/0.php on a
search for "Microsoft Access" php.
Haven't read it. Looks like what you need.
- Chris
--
PHP General Mailing List (http://ww
On Sat, 2003-11-01 at 16:29, Robb Kerr wrote:
> It's not exactly a Php problem, but MySQL and Php seem to be so intertwined
> and this newsgroup has been so unbelievably helpful that I thought I'd post
> the question here.
>
> I've got a query which returns a group of records. the field which I wa
es me.
Any links or explanations would be much appreciated for designing
security in future scripts. Thanks in advance.
- Chris Wanstrath
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
#x27;m
guessing all the sites cover the very basic concepts and code you are
requesting.
- Chris Wanstrath
On Fri, 2003-10-17 at 13:21, Bas wrote:
> Okay, what are the very very basic functions to make a session?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hey Ryan,
Just did a straight copy and paste of your code into a php page on my
server.
CODE:
$ryan=strtotime ("now"); echo $ryan."";
echo strftime("%G-%m-%a %H:%M:%S", $ryan)."";
RESULT:
1066353488
2003-10-Thu 21:18:08
Seems to work fine for me...This seems to be a deeper problem than your
code
You probably have transparent sessions turned on in your config. Turn
that off and the session ID will disappear from the url.
On Tue, 2003-10-07 at 08:09, Webmaster wrote:
> Hi!
>
> I started to use the php own session functions today.
>
> Now I am getting such lines in the address bar:
>
> /
6 matches
Mail list logo