CodeCharge Studio
search Register Login  

Web Reporting

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

YesSoftware Forums -> CodeCharge Studio -> PHP

 Project don�t work in apache + php4.4

Print topic Send  topic

Author Message
alexandrepredro

Posts: 1
Posted: 11/08/2013, 4:10 PM

Hello
I have a project created with ccs4 that work well with Apache + php4.4
After having converted the project to ccs5 in Apache with php4.4 does not work,
Only the information HTML appears to <! - BEGIN Record NewRecord1 ->
what is the solution?

my sample file
--------------------------
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>demo2</title>

</head>
<body>
<p>teste c9</p>
<!-- BEGIN Record NewRecord1 -->
<form id="NewRecord1" method="post" name="{HTMLFormName}" action="{Action}">
<h2>NewRecord1</h2>
<table>
<!-- BEGIN Error -->
<tr id="ErrorBlock">
<td colspan="2">{Error}</td>
</tr>
<!-- END Error -->
<tr>
<td><label for="NewRecord1TextBox1">TextBox1</label></td>
<td><input type="text" id="NewRecord1TextBox1" value="{TextBox1}" name="{TextBox1_Name}"></td>
</tr>

<tr>
<td><label for="NewRecord1TextBox2">TextBox2</label></td>
<td><input type="text" id="NewRecord1TextBox2" value="{TextBox2}" name="{TextBox2_Name}"></td>
</tr>

<tr>
<td style="TEXT-ALIGN: right" colspan="2">
<!-- BEGIN Button Button_Insert --><input type="submit" id="NewRecord1Button_Insert" class="Button" value="Add" alt="Add" name="{Button_Name}"><!-- END Button Button_Insert -->
<!-- BEGIN Button Button_Update --><input type="submit" id="NewRecord1Button_Update" class="Button" value="Submit" alt="Submit" name="{Button_Name}"><!-- END Button Button_Update -->
<!-- BEGIN Button Button_Delete --><input type="submit" id="NewRecord1Button_Delete" class="Button" value="Delete" alt="Delete" name="{Button_Name}"><!-- END Button Button_Delete --></td>
</tr>
</table>
</form>
<!-- END Record NewRecord1 -->
</body>
</html>
--------------------

View profile  Send private message

Add new topic Subscribe to topic   


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

Web Database

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.