Search found 43 matches

by e+
Fri Jun 21, 2002 11:32 am
Forum: PHP - Code
Topic: assigning result from a query to a variable within frames
Replies: 16
Views: 5142

Not entirely sure where mr gumby came from I went looking for him on some fan sites. I had to do some editing and resizing in photoshop to get him to look right though. I know it's copyright theft but I don't care, sorry jason (it's on your server). I suspect no one will ever know unless I tell ever...
by e+
Fri Jun 21, 2002 8:08 am
Forum: PHP - Code
Topic: cookies issue
Replies: 2
Views: 917

Is it a specific browser issue as not all browser can work with cookie array things properly. Also are you setting more variables in cookies as some browsers have a limit of 20 per site?
by e+
Fri Jun 21, 2002 8:04 am
Forum: PHP - Code
Topic: What should I use for this?
Replies: 5
Views: 1673

It's a bit over the top but on some of my larger sites I like to keep all of that stuff in a mysql database and pull it all out before constructing the page. A bit of code for you as an example taken straight from one of my sites <?php if ($page == "") { $page='home';} include "connec...
by e+
Fri Jun 21, 2002 7:47 am
Forum: PHP - Code
Topic: assigning result from a query to a variable within frames
Replies: 16
Views: 5142

Why do I think that still won't get people reading the forum before they post? Does that make me an old cynic? :(
by e+
Thu Jun 20, 2002 1:35 pm
Forum: PHP - Code
Topic: View Source Function
Replies: 11
Views: 2363

found it! in Title: Edit MySQL Records Category: Databases Date: Saturday, April 6, 2002 on line 57 of the output you have a great big long mysql query $result = mysql_query("UPDATE users SET name='$name',email='$email',phone='$phone' WHERE id=$id"); But there are no spaces in it so it can...
by e+
Thu Jun 20, 2002 1:10 pm
Forum: PHP - Code
Topic: View Source Function
Replies: 11
Views: 2363

it's very strange, maybe it's an issue with having so many nested tables? I've tried to follow them in the source but I couldn't see why they seem to ignore your 'width='?
by e+
Wed Jun 19, 2002 3:04 pm
Forum: PHP - Code
Topic: included page variables?
Replies: 6
Views: 1574

Sorry My brain hurts. :oops:
Why don't you include main.php into title.php and then include title.php in index.php, I know that works fine as I use it myself.
by e+
Wed Jun 19, 2002 2:48 pm
Forum: PHP - Code
Topic: included page variables?
Replies: 6
Views: 1574

Yes you can. Try it and see.
by e+
Wed Jun 19, 2002 2:36 pm
Forum: Databases
Topic: select in a form is not working
Replies: 2
Views: 1968

Don't be shy, get it out for the lady :lol:

P.S. Please can we have a skip intro button in your flash movie (whent looking for the script)
by e+
Wed Jun 19, 2002 2:11 pm
Forum: General Discussion
Topic: age
Replies: 116
Views: 25506

I'm 24 and getting scared by thinking about being a quarter century next year.
by e+
Wed Jun 19, 2002 2:04 pm
Forum: PHP - Code
Topic: protection
Replies: 19
Views: 5129

If you are having trouble writing to the flatfile you might want to check the CHMOD of the file you will probably need to set it to 777. This is normally a bad thing to do but if the file is protected by being in a secure directory you should be ok. Once you have changed the CHMOD you should be able...
by e+
Tue Jun 18, 2002 1:27 pm
Forum: PHP - Code
Topic: protection
Replies: 19
Views: 5129

I'm getting a bit confused here but I'll have another guess at what you are wanting. By saying you have a file you are wanting to secure I am guessing it's a flat file or something with some information in you don't want people to access (such as user details etc). These files should be placed insid...
by e+
Tue Jun 18, 2002 12:17 pm
Forum: PHP - Code
Topic: protection
Replies: 19
Views: 5129

the easiest thing to do would be to seperate the secure stuff of into a folder called secure and lock that up. Is it not possible to set your code up in this way?
by e+
Tue Jun 18, 2002 10:55 am
Forum: PHP - Code
Topic: Newbie Who Needs Help Installing PHP
Replies: 6
Views: 1493

PWS is Personal web server IIS is Internet information services Apache is a powerful open source server (not a microsoft product) Xitami another open source web server (and xp is nt grown up) If you have xp proffesional IIS you can put IIS (and PWS) on, if it's the Home edition you can't, sorry. If ...
by e+
Tue Jun 18, 2002 9:17 am
Forum: PHP - Code
Topic: Anyone dealt with epdq?
Replies: 2
Views: 1054

I'd be happy to share something if I knew anything. So far I think I've just about got the jist of using the little encryption script usefully supplied in either perl or asp without any real documentation. Initial talks with epdq gave the impression you could submit the credit card numbers yourself ...