Ask a Question related to Dreamweaver AppDev, Design and Development.
-
AndLo #1
Insert Record php page blank
Created a simple insert record php page and uploaded to server. When checked
through browser the page is blank. Php on server is running fine as test shows.
Also connection through dreamweaver are fine.
Can anybody help? Probably just something simple.
AndLo Guest
-
Insert NULL not Blank into MySQL with PHP Script
Hi, Here's my question: How do I pass a NULL value in a variable to a MySQL DB? Here's an overview of my problem: I have a PHP page that... -
Insert record
Hi all, I'm having a bit of a problem at the moment. I'm basically trying to insert a record to a MS Access database. I'm using dreamweaver MX. What... -
insert record page - want to see the entry
I have created an insert record page - how do I make a page to see the new entry? When I click the button, all info goes into database however on... -
How to insert a new record
I am having problems with inserting a new record into access database using the detailsview control, the autonumber of the control does not update... -
insert blank row between records
i need to insert a blank row between each row of data - is this possible ? thanks mark -
J.S. \(UltraSuite\) #2
Re: Insert Record php page blank
What does the source code say?
--
__________________________________________________ __________________
UltraSuite Extension Packages: [url]http://www.ultrasuite.com/[/url]
The *most popular* Suites of DMX 2004 and DMX Server Behaviors
for ASP, ASP.Net, ColdFusion, JSP, and PHP_MySQL
__________________________________________________ __________________
J.S. \(UltraSuite\) Guest
-
gareth #3
Re: Insert Record php page blank
May be theres an error, and your hosts server is set to not display errors.
Check your hosts help docs as if this is the case they usually have a page
you can run your script through to display errors so you can see whats going
wrong.
--
Gareth - TMM Dreamweaver
[url]http://www.dreamweavermxsupport.com/[/url]
[url]http://www.garethdp.com/[/url]
PHP Login Suite V2 - 34 Server Behaviors to build a complete Login system.
[url]http://www.phploginsuite.co.uk/[/url]
Co-Author: Dreamweaver MX: Instant Troubleshooter - Apress
Co-Author: Practical Intranet Development - Apress
Co-Author: Dreamweaver MX: Advanced PHP Web Development - Apress
Co-Author: Dreamweaver MX: PHP Web Development - Wrox
gareth Guest
-
Joe Makowiec #4
Re: Insert Record php page blank
On Wed 16 Feb 2005 08:10:00p, AndLo wrote in
macromedia.dreamweaver.appdev:
My experience is that it's something unclosed - either a statement is> Created a simple insert record php page and uploaded to server. When
> checked through browser the page is blank. Php on server is running
> fine as test shows. Also connection through dreamweaver are fine.
>
> Can anybody help? Probably just something simple.
missing an ending semicolon ;, or else it's mismatched delimiters of some
sort (), {}, [], '', "".
Joe Makowiec Guest



Reply With Quote

