Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 262
Search took 0.80 seconds.
Search: Posts Made By: fl00d
Forum: PHP 07-10-2009, 02:24 AM
Replies: 5
Views: 586
Posted By fl00d
Use a database (MySQL). What you're looking for...

Use a database (MySQL). What you're looking for is a basic user system. There are millions of tutorials/ready made scripts that can do exactly what you're looking for. If you search through the PHP...
Forum: PHP 07-02-2009, 06:48 PM
Replies: 2
Views: 545
Posted By fl00d
Run it in a loop. $run_time = 57; ...

Run it in a loop.

$run_time = 57;

for($i=0;$i<=$run_time;++$i){
$insert_thing = mysql_query("INSERT INTO `table1` (`uid`,`hi`) VALUES ('$x[id]','boo')");
}
Forum: PHP 07-02-2009, 05:34 AM
Replies: 3
Views: 704
Posted By fl00d
Is anything being outputted to submit.php? Try...

Is anything being outputted to submit.php?
Try this as your message:

$message ="<font size=\"5\">{$subject}<b>{$title}</b></font<br />
<font size=\"3\">by <a...
Forum: Small projects (quick fixes and changes) 07-02-2009, 05:17 AM
Replies: 2
Views: 1,769
Posted By fl00d
What is the hosting plan? Are you using a...

What is the hosting plan? Are you using a reseller account?
I may be interested, depending on the answers.
Thanks
Forum: Looking for work/ for hire 07-02-2009, 12:17 AM
Replies: 0
Views: 2,092
Posted By fl00d
Looking for coding (possible design) work

Hi there,

I'm a coder looking for some more work. Design is a possibility too, if you like super simple designs - I consider myself artistically challenged :) Anyways, even if you do need design...
Forum: Medium projects (new script, new features, etc) 06-19-2009, 05:58 PM
Replies: 4
Views: 3,153
Posted By fl00d
Is a design for the script needed as well? Or...

Is a design for the script needed as well? Or will it be provided?
I'd be able to do it, if you're still looking for someone.
Regardless, I sent you a PM.
Forum: PHP 03-18-2009, 11:19 PM
Replies: 1
Views: 640
Posted By fl00d
Install the GD Image libary...

Install the GD Image libary (http://www.libgd.org/Main_Page)

GD on PHP site: http://ca.php.net/gd
Forum: PHP 03-10-2009, 10:54 PM
Replies: 2
Views: 1,053
Posted By fl00d
Are you looking in right directory? And make sure...

Are you looking in right directory? And make sure you refresh the directory, too. Quite the odd scenario indeed.
Forum: General web building 03-08-2009, 06:26 AM
Replies: 2
Views: 874
Posted By fl00d
Yup that's definitely possible. You can find some...

Yup that's definitely possible. You can find some tutorials and (probably) some premade scripts for this. Here's a link for a tutorial: http://php.about.com/od/finishedphp1/ss/rating_script.htm

I...
Forum: Looking for work/ for hire 03-06-2009, 07:23 AM
Replies: 0
Views: 1,740
Posted By fl00d
Coder, looking for small-time work

Hi there,

I'm a coder looking for some extra work in my free time. Saving up for a car :)
I'm experienced with PHP, MySQL, X/HTML, CSS and Javascript . I've worked with all mentioned languages...
Forum: PHP 03-02-2009, 07:10 AM
Replies: 3
Views: 708
Posted By fl00d
I've found a temporary resolution. I added a ton...

I've found a temporary resolution. I added a ton of whitespace (new lines) to the original config file (250 blank lines before any text starts).

Seems to work.
Forum: PHP 03-02-2009, 06:05 AM
Replies: 3
Views: 708
Posted By fl00d
fwrite issue: cuts of existing data when r+ (start top of file)

Hi,

Right so tonight I was working on my installer script, and I've run into a problem. Part of my installer script takes data inputted through a form and writes it to a config file. Since the...
Forum: PHP 01-19-2009, 10:32 PM
Replies: 5
Views: 748
Posted By fl00d
Right I think you guys missed this part: :P ...

Right I think you guys missed this part:

:P

Anyways, some other people brought it to my attention that filtering on output is more flexible. An example used was say I stored user names in bold...
Forum: PHP 01-19-2009, 01:23 AM
Replies: 5
Views: 748
Posted By fl00d
Filter data on input or output - your opinion

Hello everyone,

I'm working on a site that will have user input which will then be outputted back (as most sites do) and all data will be stored in a database.
I'd just like to hear your...
Forum: Project collaboration/ partnership 01-08-2009, 09:55 PM
Replies: 6
Views: 1,706
Posted By fl00d
I'm definitely interested. I've sent both of you...

I'm definitely interested. I've sent both of you a PM.

Just a little clarification, I only need one page designed (home page).
Thanks
Forum: Project collaboration/ partnership 01-04-2009, 04:05 AM
Replies: 6
Views: 1,706
Posted By fl00d
Tempting offer, but for now I'd prefer to see if...

Tempting offer, but for now I'd prefer to see if I can find someone willing to barter with. I'd rather not have to dispense any money.

However, if I can't find anyone willing to do a trade, I'll...
Forum: Project collaboration/ partnership 01-04-2009, 02:59 AM
Replies: 6
Views: 1,706
Posted By fl00d
Trade coding work for design work

Hi everyone,

Since I'm terrible at designing websites, I was wondering if someone would be willing to swap a site design (made by them) in exchange for some coding work.

What I need done is a...
Forum: PHP 01-03-2009, 08:23 PM
Replies: 4
Views: 462
Posted By fl00d
Ah, my mistake. I misread the bottom part. Sorry...

Ah, my mistake. I misread the bottom part. Sorry about that :P

You'll need to post more code. The page thinks the username & password sessions don't exist. Is the page checking if the session...
Forum: Project collaboration/ partnership 01-03-2009, 08:19 PM
Replies: 1
Views: 1,236
Posted By fl00d
This would be better of being posted in the web...

This would be better of being posted in the web projects section. The coding you need done is quite a bit and I highly doubt someone will code it for free. If you can't pay someone to make a custom...
Forum: PHP 01-03-2009, 08:13 PM
Replies: 4
Views: 462
Posted By fl00d
Try just using this for your other pages ...

Try just using this for your other pages

session_start(); // initialise session
error_reporting(E_ERROR); // suppress warning messages
header('Cache-control: private'); // allow the back button...
Forum: Small projects (quick fixes and changes) 12-29-2008, 06:59 PM
Replies: 4
Views: 2,065
Posted By fl00d
I could do this for you using PHP/MySQL (GD image...

I could do this for you using PHP/MySQL (GD image library will be needed too), if you still need it done.

Here's a few questions:

1) Is there a template made for the script to be put into or...
Forum: PHP 12-19-2008, 10:54 PM
Replies: 2
Views: 670
Posted By fl00d
You'll need to post your code...

You'll need to post your code...
Forum: PHP 12-19-2008, 10:53 PM
Replies: 2
Views: 2,063
Posted By fl00d
Yeah, the only way to return multiple variables...

Yeah, the only way to return multiple variables is by using/returning an array. You can split them up usling list() or just call them by array[id] or array [assoc], depending on what type of array it...
Forum: PHP 12-12-2008, 10:18 PM
Replies: 16
Views: 1,444
Posted By fl00d
You could use checkdnsrr for something like this....

You could use checkdnsrr for something like this. I use the following function to validate email addresses (I check for address and domain validity)


function ValidateEmail($email){
$email =...
Forum: PHP 12-08-2008, 12:31 AM
Replies: 6
Views: 939
Posted By fl00d
I can tell you it is for object-orientated...

I can tell you it is for object-orientated program, but that's all I know. I don't know how to explain it, but the PHP manual has a section for it.
http://ca3.php.net/iterator
Showing results 1 to 25 of 262

 
Forum Jump

All times are GMT +1. The time now is 12:47 AM.