Search found 43 matches

by e+
Mon Aug 26, 2002 2:35 am
Forum: Job Hunt
Topic: URGENT..Need help in Building a reminder for PHP Calendar
Replies: 17
Views: 17217

thankyou, it was a lovely day :D .
by e+
Tue Aug 20, 2002 3:10 am
Forum: Job Hunt
Topic: URGENT..Need help in Building a reminder for PHP Calendar
Replies: 17
Views: 17217

he, he. I get to marry her tommorow.
by e+
Mon Aug 19, 2002 5:04 pm
Forum: Job Hunt
Topic: URGENT..Need help in Building a reminder for PHP Calendar
Replies: 17
Views: 17217

not sure how to interpret that one :?
by e+
Mon Aug 19, 2002 3:45 pm
Forum: Job Hunt
Topic: URGENT..Need help in Building a reminder for PHP Calendar
Replies: 17
Views: 17217

I'll have you know she's a lovely 32-26-32 (ish) with lovely long blonde hair and beautiful blue eyes. :D
by e+
Wed Aug 14, 2002 12:45 am
Forum: PHP - Code
Topic: Publishing content based on date.
Replies: 29
Views: 4337

He he, I'd of loved to see how you learnt to read and write, pride and prejudice for you, give me spot the dog any day :lol: . It doesn't sound like your code is to complicated it's just it's very hard to learn 20 odd intertwined concepts at once much easier one at a time. Twigletmac isn’t lying to ...
by e+
Sat Jul 06, 2002 4:12 pm
Forum: PHP - Code
Topic: getting a php file to run every night
Replies: 13
Views: 3934

there is a nice easy way I have used to get around cron before. There is a site called http://www.internetseer.com/ who run a site downtime checking service for free. All you have to do is set up a little page that does your thing and they will visit the page every hour. This means you can have your...
by e+
Thu Jun 27, 2002 7:19 am
Forum: Javascript
Topic: Disable Back Button
Replies: 9
Views: 13151

A word of warning for anyone thinking about using a javascript refresh for anything if you set it to less than 5 seconds googlebot won't follow it as it will think it's spam, not a major upset but something to be aware of. I solved a similar problem by passing a hidden variable in the form called us...
by e+
Sat Jun 22, 2002 1:59 am
Forum: PHP - Code
Topic: I have a problem to get data from a website.... Please help
Replies: 1
Views: 1197

It's a bit rude to harvest stuff of other peoples sites but ignoring that you could always try using regular expressions to match bit's of the code against what you know will be there. Try going for bits like <td> etc, of course if the format of the page changes your script dies.
by e+
Sat Jun 22, 2002 1:40 am
Forum: PHP - Code
Topic: Correct use for "if (this and that) {}"
Replies: 4
Views: 1415

It doesn't really answer your question but have you tried setting the output of the function to some variable and then test that instead ie $anothervar = somefunction(); if ($thisvar and !$anothervar) &#123; ... &#125; this way you can try and debug by echoing out $anothervar and seing what ...
by e+
Sat Jun 22, 2002 1:28 am
Forum: PHP - Code
Topic: First script is done, yay!
Replies: 7
Views: 3110

how about testing if there is something in the variable, telling them they need to fill it in and then sending them back. if (!$name) { echo 'You have not entered a name, please do so' // some funky code to either give them the ability to enter the field here or send them back } //more of the same O...
by e+
Fri Jun 21, 2002 1:07 pm
Forum: PHP - Code
Topic: View Source Function
Replies: 11
Views: 2363

I'm not lying to you all it really does work if you put a space after the commas, viewsource edit it and see for yourselves. With regards the non breaking spaces it doesn't matter because the browser interprets these as spaces and is happy to wrap them. :roll:
by e+
Fri Jun 21, 2002 12:49 pm
Forum: PHP - Code
Topic: Use of undefined constant error ???
Replies: 8
Views: 2267

Silly Question but what's on line 30 as php errors tend to tell you the error is on the line after the actual error (or is that just my code :? ).
by e+
Fri Jun 21, 2002 12:45 pm
Forum: PHP - Code
Topic: View Source Function
Replies: 11
Views: 2363

If you put spaces after the commas in your code it will work fine (or at least for the example I found). It's still perfectly acceptable code but it won't force the cell to be so wide. Because you have one VERY long string of letters the cell can't stay within the width you have told it to be so it'...
by e+
Fri Jun 21, 2002 11:35 am
Forum: PHP - Code
Topic: What should I use for this?
Replies: 5
Views: 1673

It's not the newest bit of code I've done and I'd advice you edit out lots of " and put in some ' in their place, no point making the server work too hard. :wink:
by e+
Fri Jun 21, 2002 11:33 am
Forum: PHP - Code
Topic: assigning result from a query to a variable within frames
Replies: 16
Views: 5141

oh just relised I reached the ranks of scripter?