Howdy,
It's been a few years since i last used php, anyways....
I have a one page site with a form that is emailed to my client...
When I submit the form I keep getting the error message that I put in the code...
And was wondering what the error could be... I dont think it is the code as I...
Hello all,
I have added login for some admin pages, I am having to login for every page when trying to add a product instead of remembering that i am logged in
heres the code that is included in the application.cfm
<cflogin>
<cfif CGI.QUERY_STRING IS "">
<cfset FormAction =...
hello again....
I have aquery which recieves data from a form...it retrieves all the required data including the id but i still get an error..
i think its a formatting error but my brain has decided to stop working
cheers
heres the error
Error Executing Database Query...
hello,
I have a color picker pop up to enable admin to change the color of text etc...i am using an example from a tutorial, the demo works find but when i incorporate it into my site it stops working...
any ways the popup works fine and colors are shown, though when you select a color, the...
Hi again,
On my form the user is be able to select a category from a drop down menu....if it is not there the user can select the option "Other..", then enter a new category in the text box...
The new category is added to the db and everything works hunky dory, but if the user selects a...
Hello all,
I am in the process of creating 2 drop down menus. The first displays the main categories once select the second will show the corresponding sub categories.
I was reading http://www.tek-tips.com/viewthread.cfm?qid=684114 which was a great help, though I now get an error --> Element...
Hello all,
I was wondering if it was possible to open a color mixer so a user can personalise their colors, i guess in a similar way to selecting a file..???
cheers,
dunskii
hi all,
i am wanting to set the size of a browser window to 400x200 px... i am also wanting to remove the address and tool bar from the top of the browser as well...
thanks for your help
AD
hi all,
i have just taken over the dev of a site and am trying to center it, it sits in frames.
this is what i have been given......
<frameset rows="90,*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame name="topFrame" scrolling="NO" noresize src="includes/top.asp" >...
Hi there,
I was wondering what would be the best linux/unix platform for coldfusion. As I have just found out the cf is not supported on FreeBSD.
Cheers,
Andrew
Hi All,
I am trying to dump an entire database including tables and contents.
I have loked at the documentation at mysql.com and have ended up using the following code.
mysqldump --opt --databases fjc > fjc_schema2.sql;
I am getting the error:
ERROR 1064: You have an error in your SQL...
Hi there,
I am trying to create a dynamic menu. I'm not getting any error messages but only the first link and image is being shown.
Heres the code i'm using.
<cfquery name="getCategory" datasource="dunskii" dbtype="ODBC">
SELECT prod_category.prod_cat_id AS...
Hi there
I'm trying to create a query that looks at 3 table, where 1 table links the other 2.
My query is using 2 inner joins, i'm not sure if i can do this.
Well heres the query
SELECT com_categories.com_cat_id, com_categories.name, com_categories.description, com_categories.image...
Hi all,
I am getting an error when i pass a variable from a link to a querry on the next page.
Heres the code:
<cfquery name="getAll_rent" datasource="dunskii" dbtype="ODBC">
SELECT * FROM property_rent WHERE rent_id EQ '$id'
</cfquery>
and heres the error...
Hi there,
I geeting the error:
Invalid expression format. The usual cause is an error in the expression structure.
This is the code that is causing the problem:
<cfoutput query="getComImages"><td align="center" height="150" bgcolor="#FFFFFF"...
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.