Hi All
I am using dreamweaver as my development tool, which was working fine but when I go and press F12 to preview my pages I keep getting the following message. I have done a re-install and still I keep getting this message.
Can someone please help this has stopped my development. Don't know...
--------------------------------------------------------------------------------
Not sure where to post this question.
I am using dreamweaver as my development tool, which was working fine but when I go and press F12 to preview my pages I keep getting the following message. I have done a...
Ok, did you repostion with absolute or relative positioning.
Could you show me if that is possible I have been trying to find the resolution to this problem for ages
Vragabond
I have tried what you said but still the indexboxsearch div is not rendereing correctly, if I view my site with a screen of 19inches then there is overlap between the divs.
Basically could you show me some sample code for aligning div's next to each other so it's a fluid layout
Hi
I would really like to know the answer to the folowing question.
I have a 3 column layout as follows
#rightside{
position:absolute;
width:130px;
top:104px;
right:0px;
background-color:#FFF;
display:block;
border: 1px solid black;
}
#leftside {
position:absolute;
top:104;
left:0;
width...
I am trying to pass an array through a hidden field in a form I have on my
confirmation page, all of my other variable pass through fine but I can't get the
array to pass through to the reponse page
----------------------- Step 3 Page -----------------------------------
This is where i have...
...doesn't work
if ($_POST['email_address']!="")
{
// email has been entered
// validate email address
if (eregi ("^[[:alnum:]][a-z0-9_.-]*@[a-z0-9.-]+\.[a-z]{2,4}$",stripslashes(trim($_POST['email_address']))))
{
$e = escape_data($_POST['email_address']);
}
else
{...
...field
I want to validate the email address.
Hence I use this code
// Check for a email address
if (eregi ("^[[:alnum:]][a-z0-9_.-]*@[a-z0-9.-]+\.[a-z]{2,4}$",stripslashes(trim($_POST['email_address']))))
{
$e = escape_data($_POST['email_address']);
}
else...
How come the below select statement will work but when I add a second id to the select statement
I keep getting an ambiguous error for that id.
Is it not possible to select more than 2 id's in a select statement.
Regards
Graham
---------------------------------- Works...
How do I do the following:
I have a search results page that displays results
eg
Name
Address
Country
Interest
Subject
Level
What I want to do is add a field called More Details which will be a hyperlink
to another page which will display more specific details of that user.
For...
How do I do the following:
I have a search results page that displays results
eg
Name
Address
Country
Interest
Subject
Level
What I want to do is add a field called More Details which will be a hyperlink
to another page which will display more specific details of that user.
For...
How do I do the following
I have a mutidimensional array, for example it might contain
6 different pieces of information
$_SESSION['grind_array'][] = array( 'Interest' => $_SESSION['Interest'],
'Subject' => $_SESSION['Subject']...
Hi
How can I get the index from the following code
// Set the array
$_SESSION['grind_array'][] = array('Interest' => $_SESSION['Interest'],
'Subject' => $_SESSION['Subject'],
'Level' =>...
Hi
I have the following code that I am using to store values in an array, but is there anyway that I can count the number of items in the array without using the counter that I have, I mean is there any index style array command.
Also: Does any one know any good tutorials on php arrays...
Wow that looks really cool I'm going to download it now and install it, just one more piece of advice do I need to uninstall the versions of php and mysql that I have on my pc already before I do this
Thanks for all your help
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.