CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> CodeCharge.Discussion

 Updatable Grid in PHP

Print topic Send  topic

Author Message
D Walker
Posted: 03/05/2002, 1:51 PM

Has anyone created updatable grid in PHP?

How can I write the below asp code in php?

for each i in Request.QueryString
id = i
price = Request.QueryString(i)
price = replace(price,",",".")
if IsEmpty(id) or IsEmpty(price) or not IsNumeric(id) then exit for
cn.execute ("UPDATE items SET price=" & price & " WHERE item_id=" & id )
next

Thank you

Alexey Alexapolsky
Posted: 03/06/2002, 2:49 AM

see http://www.gotocode.com/UserImages/wake/editable_gridPHP.zip

--
Alex
CodeCharge Developer


"D Walker" <idwalker@freegates.be> wrote in message
news:a63el0$4q2$1@news.codecharge.com...
> Has anyone created updatable grid in PHP?
>
> How can I write the below asp code in php?
>
> for each i in Request.QueryString
> id = i
> price = Request.QueryString(i)
> price = replace(price,",",".")
> if IsEmpty(id) or IsEmpty(price) or not IsNumeric(id) then exit for
> cn.execute ("UPDATE items SET price=" & price & " WHERE item_id=" & id )
> next
>
> Thank you
>
>


   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.