I've read a number of threads to try and solve this problem, I have a query string link the one below
$insert = "insert into accounts values ('$accountid',NOW(),'','','','website','$company_name','','Student: Student/Graduate Member','','$turnover','$tel3','$home_address1...
Hi I have setup a nice little paging system to allow the page numbers to be displayed.
The problem is I want to be able to show 10 pages at a time i.e. page 1.....10 then when page 2 is clicked it shows 2.....11 etc etc, does anyone know how to do this or is there a simple way I could add this...
I've tried on the mysql forum but no one seemed to have an answer with the PHP included so I thought I'd give it a try here.
I'll give the second option a try.
Hi can anyone help me with this query
$getcampaign = mysql_query("select * from prospect_list_campaigns");
while ($gotcampaign = mysql_fetch_row($getcampaign))
{
$getprospect = mysql_query("select id,contact_id from prospect_lists_prospects where prospect_list_id = '$gotcampaign[2]'")...
Hi can anyone help me with this query
$getcampaign = mysql_query("select * from prospect_list_campaigns");
while ($gotcampaign = mysql_fetch_row($getcampaign))
{
$getprospect = mysql_query("select id,contact_id from prospect_lists_prospects where prospect_list_id = '$gotcampaign[2]'")...
sorry I here is the code
I need to be able to toggle a certain part of the table to hide certain search fields.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<script type="text/javascript">
function toggle_box(id) {
var identity =...
Hi I have created the following search script which works great. I need to be able to export the results of the search to a excel spreadsheet which I can do with normal pages but as this page brings up a lot of different results its not that straight forward.
Does anyone know how I would pass...
Hi, I need to be able to split a search terms and then use it to query the database. If i enter one search term it works fine but I when two are enetered it doesnt work.
Do I use explode() or preg_match() can someone please help.
hi
I am trying to remove the last two digits from a postcode obviously this can be xxxx xxx or xxx xxx
is the best way to remove the last two digits using substr() function and if so how do i do it to remove the last two digits?
Thanks in advance
Hi I'm getting the following error from a PHP page which updates MySQL database
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mailto:student@codeworksconnect.net">student@codeworksconnect.net " where id'...
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.