Click here to Skip to main content
15,915,093 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: website got hacked Pin
R. Giskard Reventlov18-May-10 2:31
R. Giskard Reventlov18-May-10 2:31 
GeneralRe: website got hacked Pin
Johnny J.20-May-10 2:03
professionalJohnny J.20-May-10 2:03 
QuestionWeb Development Software? Pin
soterios17-May-10 3:30
soterios17-May-10 3:30 
AnswerRe: Web Development Software? Pin
David Mujica17-May-10 6:21
David Mujica17-May-10 6:21 
AnswerRe: Web Development Software? Pin
Not Active17-May-10 7:19
mentorNot Active17-May-10 7:19 
QuestionMCTS Certification Pin
yadlaprasad16-May-10 20:06
yadlaprasad16-May-10 20:06 
AnswerRe: MCTS Certification Pin
The Man from U.N.C.L.E.17-May-10 7:34
The Man from U.N.C.L.E.17-May-10 7:34 
Question">" problems in PHP statement Pin
SNArruda15-May-10 6:06
SNArruda15-May-10 6:06 
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>

Questionwebsite ads Pin
mnemonic6913-May-10 10:17
mnemonic6913-May-10 10:17 
AnswerRe: website ads Pin
T M Gray19-May-10 12:04
T M Gray19-May-10 12:04 
QuestionReading a client-side INI into javascript Pin
bill bradley11-May-10 16:45
bill bradley11-May-10 16:45 
AnswerRe: Reading a client-side INI into javascript Pin
enhzflep11-May-10 18:05
enhzflep11-May-10 18:05 
Questionworking with weather.com free html applet Pin
bill bradley11-May-10 16:41
bill bradley11-May-10 16:41 
QuestionClient-Side Start-Up Script Pin
bill bradley11-May-10 16:36
bill bradley11-May-10 16:36 
QuestionFREE php jquery forms with recaptcha Pin
Yoingco11-May-10 11:42
Yoingco11-May-10 11:42 
QuestionWebsite not granting access to its files Pin
fjparisIII9-May-10 14:52
fjparisIII9-May-10 14:52 
AnswerRe: Website not granting access to its files Pin
Peace ON9-May-10 21:03
Peace ON9-May-10 21:03 
GeneralRe: Website not granting access to its files Pin
fjparisIII10-May-10 3:46
fjparisIII10-May-10 3:46 
GeneralRe: Website not granting access to its files SOLVED Pin
fjparisIII10-May-10 15:33
fjparisIII10-May-10 15:33 
QuestionMoving website from 32-bit to 64-bit Pin
Gregory Gadow7-May-10 6:34
Gregory Gadow7-May-10 6:34 
AnswerRe: Moving website from 32-bit to 64-bit Pin
Peace ON7-May-10 21:28
Peace ON7-May-10 21:28 
GeneralRe: Moving website from 32-bit to 64-bit Pin
Gregory Gadow10-May-10 4:16
Gregory Gadow10-May-10 4:16 
QuestionImplementing multiple checkboxes with their own actions Pin
calivw787-May-10 4:48
calivw787-May-10 4:48 
AnswerRe: Implementing multiple checkboxes with their own actions Pin
Not Active7-May-10 5:01
mentorNot Active7-May-10 5:01 
GeneralRe: Implementing multiple checkboxes with their own actions Pin
calivw787-May-10 5:13
calivw787-May-10 5:13 

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.