Search found 43 matches
- 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
- 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
- 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
- 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
- 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 ...
- 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...
- 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...
- 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
- Sat Jun 22, 2002 1:40 am
- Forum: PHP - Code
- Topic: Correct use for "if (this and that) {}"
- Replies: 4
- Views: 1415
- 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...
- Fri Jun 21, 2002 1:07 pm
- Forum: PHP - Code
- Topic: View Source Function
- Replies: 11
- Views: 2363
- Fri Jun 21, 2002 12:49 pm
- Forum: PHP - Code
- Topic: Use of undefined constant error ???
- Replies: 8
- Views: 2267
- 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'...
- Fri Jun 21, 2002 11:35 am
- Forum: PHP - Code
- Topic: What should I use for this?
- Replies: 5
- Views: 1673
- 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