[PHP] STRANGE : SELECT OK on Localhost, OK within Dreamweaver, OK on phpmyadmin on site, BUT NOT OK on webpage???????HELP

2003-06-19 Thread WMB
Following select statement works OK on Localhost, OK within Dreamweaver test, OK on phpmyadmin on site, BUT NOT OK on webpage. It's the IF part where it states if(m.matchtypeid 3, etc Here on the webpage itself it shows the 'in-/uitschrijven' or 'gesloten' bit on those lines where it

[PHP] How to prevent re-entry of data upon page refresh?

2003-03-21 Thread WMB
Am using dreamweaver and hv an entry form on a page, which works fine, unfortunately upon page refresh the data gets entered another time and another time again on refresh. Any solutions on this? Thanks, Martin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] relayed mail question

2003-02-03 Thread WMB
Situation: 1) have a website with www.widexs.nl called www.webwabwob.nl 2) have a domainname with www.bulkregister.com and basicDNS service 3) have configured basicDNSservice of bulkregister to transfer to www.webwabwob.nl Problem: All mail send to specific addressee ( [EMAIL PROTECTED] ) is

[PHP] php conditional formatting question

2003-01-28 Thread WMB
I know it's possible, but I just can't get it working. In an old file I have a straight php coding doc where it's used and am now trying to mimic the resulting output. I'm trying to get a result from a query in a specific color when it fits the bill ( if ($teamcaptain == $deelnemer) //if yes,

[PHP] go to detail page problem

2003-01-26 Thread WMB
Hope Í'm at the right place to ask this question. Am using DMX and encounter following problem: Have a connection to a database with plenty of data. On a page which shows part of these records (10 max) I have a go to detail page action which works fine when called from the 1st 10 records, but

[PHP] Problem solved

2003-01-26 Thread WMB
Just in case someone wants to know : I had to uncheck the passing parameters in the go to detailpage parameter box! Martin Wmb [EMAIL PROTECTED] schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... | Hope Í'm at the right place to ask this question. | | Am using DMX and e

[PHP] Why oh Why????

2003-01-16 Thread WMB
As a beginner I have been trying and trying, but to no suc6. Hope there's someone here able to help me out: Am trying to get rid of spaces and change all into uppercase in an entered form variable, which I am able to do when trying things out but when running the full php statement it refuses to

[PHP] Are 2 mysql_query statements psble?

2003-01-10 Thread WMB
The code below returns : Parse error: parse error, unexpected T_BOOLEAN_AND . so must assume it's not possible, but anybody out there who's able to give me a suggestion how to get this going. 2 different tables have to be checked for correct input from form. (Would even want to do a

[PHP] Continued story on : PHP includes without access to the default directory//Tom Rogers//

2002-12-30 Thread WMB
Hi, original messagethread on dec 6, 2002, but still have following question on same/continued subject by Tom Rogers:(see below) Like you say it works (with the correction) . for which my thanks, but: if one my includes is a menu.php where there are links inside, how should these work from

[PHP] Great solution, but... another question

2002-12-30 Thread WMB
Like you say it works (with the correction) . for which my thanks, but: if one my includes is a menu.php where there are links inside, how should these work from rootdirectory and from subdirectories. for rootfilelinks they now just say f.i. index.php, but when called from inside a subdirectories