I don't understand what you mean.
What do you want to achive?
if let's say:
$test="BIG TEST";
$abc="test";
echo $abc."<BR>"; //return test
echo $$abc."<BR>"; // return BIG TEST
You can't combine it like this:
echo $abc.$$abc;
Why don't you modify your application a bit.
Pass in this:
filledin("name1");
filledin("name2");
filledin("name3");
And change your function to:
function filledin($naam){
if ($$naam <> "") {return 0;} else {return 1;}
}
What do you have in db-config.php?
It seems that you are using Windows.
Enable this line in php.ini:
;extension=php_mysql.dll
Becomes:
extension=php_mysql.dll
And copy php_mysql.dll from ext folder of your PHP folder to the ext folder.
Thanks for the post as well.
I got this a couple of times now.
What I did was actually block the IP.
And they never return anymore.
Hopefully this will keep them away forever.
Can you show me what is the output for this?
And also, you have:
foreach(explode("\n", $editRS['internallinks']) as $intlinks)
This can cause the duplication in listing.
However, please let me know your current output, and the expected output.
Thanks.
I still don't understand.
What's the first screen for?
And what is the second screen for?
How come the second screen has got the assigned to field as well?
Sorry, I need to understand first before I will write the code.
Thanks.
yenping, your post is not different with the combination of his original POST and my suggestion.
It's also wrong.
How could this run?
$query = mysql_query("SELECT count(*) FROM submissions WHERE NameInsured = '" . $NameInsured . "')";
$result=mysql_query($query,$db);
I think you probably...
Firstly, you can't resize the BMP.
Secondly, resizing is more complicated that how it looks like.
You can try this, but this does not solve the entire problem.
$resized = ImageCreateTrueColor($newwidth,$newheight);
switch ($file_type)
{
case 1: case 2: $original = imagecreatefromjpeg...
Just to clarify, you said:
>> Basically, I wanted a drop down menu that would pull from the assignedto field in the tsr table
So, does it mean that if the user is not assignedto field (drop down), it will then ask the user to enter a new assignedto field (in the text box)?
sleipnir214, I know you have been answering lots of question here.
But, I have been having trouble with your method many many times, because it does not catch the error.
It will only catch QUERY structure error, but not data/logical error.
If the query is valid, and it does not update the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.