Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 12 of 12
Search took 0.11 seconds.
Search: Posts Made By: Robbie
Forum: PHP 11-17-2002, 01:19 PM
Replies: 3
Views: 1,375
Posted By Robbie
open php.ini in eg. C:/apache/php/ find: ...

open php.ini in eg. C:/apache/php/

find:

[mail function]
; For Win32 only.
SMTP =

and change it like this
Forum: PHP 10-28-2002, 09:16 PM
Replies: 3
Views: 1,330
Posted By Robbie
I'm currently using this for random pieces of...

I'm currently using this for random pieces of text and letters.
works great for me...


function GeneratePWD($length){
$letters = array(
'a','b','c','d','e','f','g','h',...
Forum: PHP 09-09-2002, 01:15 AM
Replies: 4
Views: 981
Posted By Robbie
Try something like this: <form...

Try something like this:

<form action="login.php" method="get">
<input type ="text" name="user">
<input type="submit" name submit">
</form>

login.php:
<?
echo"blah bla...
Forum: MySQL 07-24-2002, 09:59 AM
Replies: 2
Views: 1,523
Posted By Robbie
OK, lemme see.... if you click _something_...

OK, lemme see....

if you click _something_ in your PMA, eg 'empty' or somthing, on the page that loaded you will see on the top something like this:

---
affected rows: xxx
SQL-query:
DELETE...
Forum: PHP 07-24-2002, 09:51 AM
Replies: 1
Views: 1,522
Posted By Robbie
/me is thinking that you run this on your own pc?...

/me is thinking that you run this on your own pc?

if so, go to... uh... php.ini , find something like this:

[mail]


after that you can fill in a mail server.
then save the file and reboot...
Forum: PHP 07-21-2002, 03:35 PM
Replies: 1
Views: 1,617
Posted By Robbie
The page is Dutch, but the script is in English: ...

The page is Dutch, but the script is in English:

http://www.phpfreakz.com/library.php?sid=156

(this is for 1 attachment)
Forum: PHP 07-20-2002, 02:49 PM
Replies: 1
Views: 1,468
Posted By Robbie
with a crontab job: ...

with a crontab job:
http://www.google.com/search?hl=nl&ie=UTF-8&oe=UTF-8&q=crontab&btnG=Google+zoeken&lr=
Forum: PHP 07-11-2002, 11:13 PM
Replies: 7
Views: 1,796
Posted By Robbie
uh... total_space - free_space =...

uh...

total_space - free_space = space_that_is_used

or am I saying stupid things now?
Forum: PHP 07-11-2002, 11:11 PM
Replies: 2
Views: 3,301
Posted By Robbie
http://www.hotscripts.com/PHP/Scripts_and_Programs...

http://www.hotscripts.com/PHP/Scripts_and_Programs/File_Manipulation/File_Management/

some scripts hold an editor inside, you have a peak at the source code of it ;)
Forum: PHP 07-06-2002, 03:25 PM
Replies: 10
Views: 2,341
Posted By Robbie
sessions are great :) but cookies rule 2! I...

sessions are great :) but cookies rule 2!

I use cookie for my own website (not online(yet)) and it is working great for secure member area's and login in for eg change your profile, just like this...
Forum: PHP 07-06-2002, 12:18 AM
Replies: 3
Views: 2,248
Posted By Robbie
Thumbs up U 0wn jee... thanks alot!

U 0wn jee...

thanks alot!
Forum: PHP 07-05-2002, 05:36 PM
Replies: 3
Views: 2,248
Posted By Robbie
Question converting now() ?

Let's say I have an simple SQL query:

INSERT INTO news (id,subject,date_time) VALUES ('','$subject',now());

the now() function (not sure if it is a function, I found no documentation of it on...
Showing results 1 to 12 of 12

 
Forum Jump

All times are GMT +1. The time now is 11:42 AM.