Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 392
Search took 0.58 seconds.
Search: Posts Made By: sea4me
Forum: Medium projects (new script, new features, etc) 01-16-2010, 05:38 AM
Replies: 3
Views: 2,458
Posted By sea4me
How many sea shells would you be paying? My...

How many sea shells would you be paying? My client needs a bunch of them :rolleyes:
Forum: PHP 01-15-2010, 05:39 AM
Replies: 2
Views: 749
Posted By sea4me
You mean sumthing like this? if...

You mean sumthing like this?

if ($_SERVER['HTTP_REFERER']=='form.php'){
echo "preceed or somthing :S";
}
else{
echo "error message or somthing :S";
}
Forum: PHP 01-09-2010, 03:33 AM
Replies: 9
Views: 1,356
Posted By sea4me
Do something like this: <form...

Do something like this:

<form action='paypal.com/....' method='post' name='frm'>
<?php
foreach ($your_vars as $a => $b) {
print("<input type='hidden' name='".$a."' value='".$b."'>");
} ...
Forum: Unknown sized projects (request quote) 09-24-2009, 01:28 AM
Replies: 2
Views: 1,265
Posted By sea4me
... aren't you looking 4 a bit 2 much?? ...

...

aren't you looking 4 a bit 2 much??

maybe you should mention what language you want it to be built in and how much price range you want to pay....
Forum: PHP 09-12-2009, 04:26 AM
Replies: 5
Views: 1,467
Posted By sea4me
I see what's wrong, your missing ' single quotes...

I see what's wrong, your missing ' single quotes around the values that aren't numbers....

Should be this:
$sql="INSERT INTO users (users_firstname, users_lastname, users_username,...
Forum: PHP 09-12-2009, 04:18 AM
Replies: 3
Views: 521
Posted By sea4me
This should work: $current = date("Ymd");...

This should work:
$current = date("Ymd"); //YearMonthDay (20090321 - March 21st, 2009)
$file = file("quotes.txt");
foreach($file as $key => $value){
$strpos = strpos($current, $key);
if ($strpos...
Forum: PHP 09-12-2009, 04:13 AM
Replies: 5
Views: 1,467
Posted By sea4me
that usually means that your inserting something...

that usually means that your inserting something into the field "greg" when it should be the values...

echo out your $sql and post it here
Forum: PHP 09-06-2009, 04:37 PM
Replies: 9
Views: 908
Posted By sea4me
*thinks* can't you just do a dropdown?? ...

*thinks*

can't you just do a dropdown??

with multiple selection

http://www.ironspider.ca/forms/dropdowns.htm#example2
Forum: PHP 09-02-2009, 01:27 AM
Replies: 2
Views: 853
Posted By sea4me
How are the smilies passed?? with symbols or...

How are the smilies passed??

with symbols or html code? maybe the html code made it longer than 10 chars...
Forum: PHP 08-10-2009, 07:06 AM
Replies: 8
Views: 802
Posted By sea4me
Ok, then read this: ...

Ok, then read this:
http://www.reg.ca/faq/PhpMyAdminTutorial.html
and these:
http://www.tizag.com/mysqlTutorial/
http://www.tizag.com/mysqlTutorial/mysqlsetup.php...
Forum: PHP 08-09-2009, 07:59 PM
Replies: 26
Views: 1,848
Posted By sea4me
Just put <?php ob_start(); ?> ...

Just put


<?php
ob_start();
?>


on the top of all your scripts and your error will go away...
Forum: PHP 08-09-2009, 07:20 AM
Replies: 1
Views: 563
Posted By sea4me
i would suggest looking into ajax or automate the...

i would suggest looking into ajax or automate the refresh:

<meta http-equiv="refresh" content="3" />

That will refresh the page every 3 seconds...

It should be placed in the head tags...
Forum: PHP 08-09-2009, 03:09 AM
Replies: 19
Views: 1,641
Posted By sea4me
Your else is wrong... It's suppose to be...

Your else is wrong...

It's suppose to be else{ not else[
Forum: HTML & CSS 08-03-2009, 12:42 AM
Replies: 1
Views: 609
Posted By sea4me
This belongs to the PHP forums but anyways... ...

This belongs to the PHP forums but anyways...

Post what line 3 is....
Forum: PHP 08-02-2009, 06:37 PM
Replies: 1
Views: 509
Posted By sea4me
You should look into simpleXML ...

You should look into simpleXML

http://us2.php.net/simplexml
Forum: PHP 08-02-2009, 06:31 PM
Replies: 6
Views: 643
Posted By sea4me
That's the same thing... except aero echos out...

That's the same thing... except aero echos out the SQL statement...


Aero had:
$result = mysql_query($sql) or die(mysql_error().'<br>SQL:'.$sql);
You quoted:
$result = mysql_query() or...
Forum: PHP 08-02-2009, 06:23 PM
Replies: 16
Views: 1,742
Posted By sea4me
It works both ways... ...

It works both ways...

http://us.php.net/manual/en/function.include-once.php
Forum: PHP 07-26-2009, 03:09 AM
Replies: 4
Views: 611
Posted By sea4me
Here's a list of them: ...

Here's a list of them:

http://www.hotscripts.com/category/php/scripts-programs/search-engines/


Some free some commercial...
Forum: PHP 07-26-2009, 01:50 AM
Replies: 18
Views: 1,186
Posted By sea4me
MattF is right... list($width, $height,...

MattF is right...


list($width, $height, $type, $attr) = getimagesize($_FILES["file"][tmp_name]);
if ((($type == "image/gif")||($type == "image/jpeg")||($type == "image/png"))){

}


Would...
Forum: Large Projects (new web application, complex features etc) 07-25-2009, 08:05 PM
Replies: 13
Views: 6,204
Posted By sea4me
DUDE! It's 4 months old! Can a mod please...

DUDE!

It's 4 months old! Can a mod please close this??
Forum: Small projects (quick fixes and changes) 07-25-2009, 07:48 PM
Replies: 5
Views: 3,195
Posted By sea4me
Dude, Welcome to CF but.... It's 3...

Dude,

Welcome to CF but....

It's 3 months old!
Forum: HTML & CSS 07-25-2009, 02:25 AM
Replies: 6
Views: 2,549
Posted By sea4me
Here is the link to the program that effpeetee...

Here is the link to the program that effpeetee uses:

http://www.dynamicdrive.com/style/blog/entry/css-equal-columns-height-script/
Forum: Site reviews 07-22-2009, 07:04 PM
Replies: 6
Views: 996
Posted By sea4me
All I can say is too many pictures....

All I can say is too many pictures....
Forum: JavaScript programming 07-21-2009, 08:06 PM
Replies: 4
Views: 2,646
Posted By sea4me
For the one you had to work you have to include...

For the one you had to work you have to include the jquery framework....

include

<script src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js" type="text/javascript"></script>

in...
Forum: PHP 07-20-2009, 05:28 PM
Replies: 18
Views: 1,305
Posted By sea4me
Here is the correct way: <?php // Define...

Here is the correct way:

<?php
// Define the path to file
$file = 'test.txt';

if(!file)
{
// File doesn't exist, output error
die('file not found');
Showing results 1 to 25 of 392

 
Forum Jump

All times are GMT +1. The time now is 09:29 PM.