HI all,
i have a website, which i run from one index page..
i call the contents, which are located in another page..
now.. when a member logs in a session called sysuser is created containing their member id..
now the problem comes with the pages, i have three folders..
one is called...
Hi again all,
i wonder if any of you have any ideas on the following.
i have a very long php script that processes several queries, as well as checks data, here is an example
update blah set color = blue where member = 1
then
select * from blah where member = 1
if (colur=blue)
do this...
Hi all,
im not a proffessional programmer (or speller for that matter) but i do do quite a lot of programming for friends and family, one of the main things i always have problem with is times and dates..
here is my problem.
i have a date/time field in a mysql database, which i need to...
hi all,
wonder if you can help me..
i have 9 variables, labelled
ball1, ball2, ball3, ball4, ball5, ball6, ball7, ball8, ball9
now. im looking to sort them in order of the value of each variable.. im thinking the best way to do this would be to put them all into an array and have the...
hi, i though this had been posted but it appears not to have been
i have a problem, i have an iframe that needs to be resized, to the content..
now.. is there any way, to query the iframe itself, by stating something along the lines of
if iframe has scrollbar, then increase iframe height.
i...
hi all.,
i am trying to get the number of seconds between the current date/time and a datetime stamp in a mysql database..
i am pulling the data from the database, and have tried all sorts, the lastest is
echo mktime(date('Y-m-d H:i:s')) - mktime($resultrow['DATECHECK']);
however all i...
i am trying to replace certain words in the email with replacement words, but its not working, i am getting the email but the words are staying as is..
any help would be appreciated
$get_email = "Select * From Site_Emails where EMAIL_CODE = 'WELCOME EMAIL'";
$email_result =...
Hi all,
sorry to bother you guys, i have a form which my clients can filli in. the form is in two parts, a sign up and billing section all on the same page..
Now when the customer fills in the top form (the sign up form) we have a small checkbox, which states that if teh billing detilas are...
I have a form, which i need to send half the results to one place, and the other half to another page.. does anyone have any information or locations where i can get this info from so i can complete this task..
also if anyone has any info on how to copy info from one input text field to...
the following script i am using to update records to a Access database,
********************************************
<HTML>
<Head>
<Title>K.R.App web design</Title>
</Head>
<%
set conn = Server.CreateObject("Adodb.connection")
conn.Open "customeraccounts.mdb"
query =...
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.