Fri Jan 21, 2011 3:18 pm |
Replies: 1 |
Views: 2629 |
|
 |
Hello,
I forgot how to stop this debugger from stopping at the top of each page. Drives me crazy!
I'd appreciate the answer.
Thnaks
|
Wed Oct 06, 2010 5:54 pm |
Replies: 0 |
Views: 3084 |
|
 |
This is crashing the IDE but works in both standalone browsers.
$("#addNew").submit(function (){
var x;
$("#UserExists").hide();
var text = $('#username').val();
...
|
Tue Sep 14, 2010 1:59 pm |
Replies: 3 |
Views: 2722 |
|
 |
Got it!!
|
Tue Sep 14, 2010 1:07 pm |
Replies: 3 |
Views: 2722 |
|
 |
Ive updated the code so there are no errors but I still dont get code completion????
<?php
include("db.php");
$D = return_db_object();
$C = new DbCreator($D);
$C->CreatephpDatabas ...
|
Tue Sep 14, 2010 12:54 pm |
Replies: 3 |
Views: 2722 |
|
 |
<?php
include("db.php");
//an object of type db
$D=db_object();
//the class below
$C = new DbCreator($D);
//passing the $D reference
$C->CreatephpDatabaseObject("blah" ...
|
Thu Sep 02, 2010 10:52 am |
Replies: 1 |
Views: 2804 |
|
 |
Hello, is it possible to a get a require or require_once instead of an include on Drag and drop?
Thnaks
Mike
|
Thu Aug 26, 2010 2:41 pm |
Replies: 0 |
Views: 2617 |
|
 |
Hello,
When I wrote an Alias in my Apache httpd config file, the internal browser gives me a server 500 error, But I can still use a regular IE browser without a problem.
Do I have to change some s ...
|