Click here to Skip to main content
15,890,345 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
Questionphp and batch files Pin
simpocoder17-May-10 3:13
simpocoder17-May-10 3:13 
AnswerRe: php and batch files Pin
User 171649217-May-10 3:22
professionalUser 171649217-May-10 3:22 
GeneralRe: php and batch files Pin
simpocoder17-May-10 4:10
simpocoder17-May-10 4:10 
GeneralRe: php and batch files Pin
cjoki17-May-10 11:43
cjoki17-May-10 11:43 
GeneralRe: php and batch files Pin
simpocoder18-May-10 22:53
simpocoder18-May-10 22:53 
GeneralRe: php and batch files Pin
cjoki1-Jun-10 14:19
cjoki1-Jun-10 14:19 
QuestionUsing SAX Pin
vho12317-May-10 2:17
vho12317-May-10 2:17 
Question">" problem in PHP code Pin
SNArruda15-May-10 6:09
SNArruda15-May-10 6:09 
Hi,

I try to execute a php code that stop when find a ">" char.

I new in web developing and i think that my feel experiencie is the real problem.

some one can help me ?

The messege i received on top of the page in preview is

setQuery("*", "people"); // If were called using ajax, only display the table, not the page body if > (EyeDataGrid::isAjaxUsed()) { $x->printTable(); exit; } ?>

The code i wish to execute is:

<?php
require 'class.eyemysqladap.inc.php';
require 'class.eyedatagrid.inc.php';

// Load the database adapter
$db = new EyeMySQLAdap('localhost', 'root', '', 'codes');

// Load the datagrid class
$x = new EyeDataGrid($db);

// Set the query
$x->setQuery("*", "people");

// If were called using ajax, only display the table, not the page body
if (EyeDataGrid::isAjaxUsed())
{
$x->printTable();
exit;
}
?><HTML><HEAD><TITLE>EyeDataGrid Example 1</TITLE><LINK href="table.css" type=text/css rel=stylesheet><META content="MSHTML 6.00.6002.18130" name=GENERATOR></HEAD><BODY>
<H1>Basic Datagrid</H1>
<P>This is a basic example of the datagrid</P>
<?php$x->printTable();
?>

</BODY></HTML>
AnswerRe: ">" problem in PHP code Pin
mdusyl15-May-10 7:52
mdusyl15-May-10 7:52 
AnswerRe: ">" problem in PHP code Pin
cjoki17-May-10 11:37
cjoki17-May-10 11:37 
GeneralRe: ">" problem in PHP code Pin
polluks1-Jun-10 8:36
polluks1-Jun-10 8:36 
QuestionEntry point in linux kernel Pin
rupeshkp72811-May-10 23:40
rupeshkp72811-May-10 23:40 
AnswerRe: Entry point in linux kernel PinPopular
Michel Godfroid12-May-10 1:16
Michel Godfroid12-May-10 1:16 
GeneralRe: Entry point in linux kernel Pin
rupeshkp72812-May-10 1:41
rupeshkp72812-May-10 1:41 
GeneralRe: Entry point in linux kernel Pin
Michel Godfroid12-May-10 1:44
Michel Godfroid12-May-10 1:44 
GeneralRe: Entry point in linux kernel Pin
rupeshkp72812-May-10 1:55
rupeshkp72812-May-10 1:55 
Questionhow to copy Pin
udch10-May-10 20:36
udch10-May-10 20:36 
AnswerRe: how to copy Pin
Marc Firth10-May-10 22:03
Marc Firth10-May-10 22:03 
AnswerRe: how to copy Pin
Peace ON17-May-10 3:43
Peace ON17-May-10 3:43 
GeneralRe: how to copy Pin
udch17-May-10 5:26
udch17-May-10 5:26 
AnswerRe: how to copy Pin
Peace ON17-May-10 21:20
Peace ON17-May-10 21:20 
AnswerRe: read/write functions working Pin
Richard MacCutchan10-May-10 3:56
mveRichard MacCutchan10-May-10 3:56 
GeneralRe: read/write functions working Pin
rupeshkp72810-May-10 21:14
rupeshkp72810-May-10 21:14 
Questionone more question about the deploying apps in Linux server Pin
alexyxj4-May-10 10:52
alexyxj4-May-10 10:52 
AnswerRe: one more question about the deploying apps in Linux server Pin
markkuk4-May-10 23:00
markkuk4-May-10 23:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.