• Member Avatar for edbr
    edbr

    Replied To a Post in PHP Website Development

    sqlite might be an option for you
  • Member Avatar for edbr
    edbr

    Began Watching translate

    how to translate the message communication with the help of a translator like google translate api
  • Member Avatar for edbr
    edbr

    Replied To a Post in translate

    googled and found this[Click Here](http://www.programmableweb.com/news/63-translation-apis-bing-google-translate-and-google-ajax-language/2013/01/15)
  • Member Avatar for edbr
    edbr

    Began Watching If else statement explanation

    Guys what is wrong with my code? Why it gives me an output "hi"! Can you explain it to me. Please. Thank You! <?php $a = "Unemployed"; if ($a == …
  • Member Avatar for edbr
    edbr

    Replied To a Post in If else statement explanation

    ` <?php $a = "Unemployed"; if ($a == "Employed, Locally" || $a == "Employed, Abroad"){ echo "hi"; } elseif ($a == "Unemployed"){ echo "hello"; } ?>`
  • Member Avatar for edbr
    edbr

    Began Watching Error in a website ,whats the solution ??

    Warning: require_once(EzOptions.php): failed to open stream: No such file or directory in /home/u206897974/public_html/wp-content/plugins/easy-adsense-lite/easy-adsense-lite.php on line 38 Fatal error: require_once(): Failed opening required 'EzOptions.php' (include_path='.:/usr/lib/php') in /home/u206897974/public_html/wp-content/plugins/easy-adsense-lite/easy-adsense-lite.php on line 38
  • Member Avatar for edbr
    edbr

    Replied To a Post in Error in a website ,whats the solution ??

    No such file or directory atal error: require_once(): Failed opening required 'EzOptions.php couple of clues there i would say
  • Member Avatar for edbr
    edbr

    Began Watching Group

    how can i create script with php to make group of friend vhat
  • Member Avatar for edbr
    edbr

    Replied To a Post in Group

    phone a friend?
  • Member Avatar for edbr
    edbr

    Began Watching How to close a popup page?

    Hi guys, I need your help, I want to close a page when a button is pressed. I'm using the script `add_address.php` to output a list of email addresses from …
  • Member Avatar for edbr
    edbr

    Replied To a Post in How to close a popup page?

    function closeWin() { myWindow.close(); // edit myWindow to your window name }
  • Member Avatar for edbr
    edbr

    Began Watching Your Favourite IDE or Editor for PHP

    Hi All, Been messing about as usual and managed to trash my long suffering laptop. Luckily all my data is backed up and it was a simple matter of SugarSyncing …
  • Member Avatar for edbr
    edbr

    Replied To a Post in Your Favourite IDE or Editor for PHP

    @diafol i have a similar linux history to yours but i just installed linuxmint on a new laptop and so far so good. worth a look at perhaps.
  • Member Avatar for edbr
    edbr

    Began Watching CI CRUD - routes

    Hello, I am still having problem with this basic stuff in CI: viewlatihanci.php <button type="button" onClick="parent.location='cadd_latihan/'">Add Latihan</button><br><br> routes.php $route['default_controller'] = "latihanci"; $route['cadd_latihan'] = "cadd_latihan"; $route['scaffolding_trigger'] = ""; cadd_latihan.php <?php class …
  • Member Avatar for edbr
    edbr

    Replied To a Post in CI CRUD - routes

    iamthwee banned? im shocked. hes not really jeremy clarckson is he?
  • Member Avatar for edbr
    edbr

    Began Watching reCaptcha - Adding to an HTML Page?

    Hello. I am attempting to add a Google reCaptcha to my form. This form is located on an .html page, but I am reading documentation that states I should rename …
  • Member Avatar for edbr
    edbr

    Replied To a Post in reCaptcha - Adding to an HTML Page?

    only the php elements will be hidden so you will have to look at the code for the page i would think
  • Member Avatar for edbr
    edbr

    Began Watching articles

    Any clue how to show part of the articles that I retrieve from the database? I mean what is the function. Thanks before. Davy
  • Member Avatar for edbr
    edbr

    Replied To a Post in articles

    this will help http://www.phpeasystep.com/phptu/19.html
  • Member Avatar for edbr
    edbr

    Began Watching How to get current year value in php?

    How to get current year value in php?
  • Member Avatar for edbr
    edbr

    Replied To a Post in How to get current year value in php?

    <?php echo date('Y') ;?>
  • Member Avatar for edbr
    edbr

    Began Watching How to Process Form Data without $_POST['variable']?

    Hello All, My old computer crashed. I installed XAMMP on my new computer. My old PHP files don't run. I learned that the reason is that register_globals feature has been …
  • Member Avatar for edbr
    edbr

    Replied To a Post in How to Process Form Data without $_POST['variable']?

    http://php.net/manual/en/language.variables.superglobals.php
  • Member Avatar for edbr
    edbr

    Began Watching Datalist php validation

    Hi there, I am stuck in the php validation. In my form have to show list banks by in my form, if the client may be enter the correct name …
  • Member Avatar for edbr
    edbr

    Replied To a Post in Datalist php validation

    cant you put the bank names into an array then check if in_array?
  • Member Avatar for edbr
    edbr

    Marked Solved Status for hacked

    very embarassing but i just got hacked by the folloeing, any advise truly welcome Hacked By : Mr.HaurgeulisX196 TypingText = function(element, interval, cursor, finishedCallback) { if((typeof document.getElementById == "undefined") || …
  • Member Avatar for edbr
    edbr

    Replied To a Post in getimagesize

    list($image_width, $image_height) = getimagesize($_FILES["file"]["name"]);
  • Member Avatar for edbr
    edbr

    Began Watching getimagesize

    update_image2.php $image_info = getimagesize($_FILES["file"]["name"]); $image_width = $image_info[0]; $image_height = $image_info[1]; print_r("$image_width"); I wonder why $image_width do not have any value?
  • Member Avatar for edbr
    edbr

    Replied To a Post in getimagesize

    this works list($width, $height) = getimagesize('path to image'); echo "width: " . $width . "<br />"; echo "height: " . $height;
  • Member Avatar for edbr
    edbr

    Began Watching phpmailer

    I am having difficulty using phpmailer. I get connection errors. The most recent error is: Connection: opening to smtp.gmail.com:587, t=300, opt=array () Can someone tell me what is wrong?
  • Member Avatar for edbr
    edbr

    Replied To a Post in phpmailer

    are your seetings like the following? function smtpmailer($to, $from, $from_name, $subject, $body) { global $error; $mail = new PHPMailer(); // create a new object $mail->IsSMTP(); // enable SMTP $mail->SMTPDebug = …
  • Member Avatar for edbr
    edbr

    Replied To a Post in hacked

    well, have changed all my site to use prepare and try, I struggled with some pagination issues converting that to prepared statements, though but seem to have got it so …
  • Member Avatar for edbr
    edbr

    Began Watching i want to destroyed session when browser close but not to close tab

    Hi, I am new in php. I want destroyed session when browser close but not to close tab.
  • Member Avatar for edbr
    edbr

    Replied To a Post in i want to destroyed session when browser close but not to close tab

    session_destroy()
  • Member Avatar for edbr
    edbr

    Began Watching slider

    HOW CAN I INCLUDE JQUERY SLIDER INSTED OF PHP WITH LOOP PLS HELP...
  • Member Avatar for edbr
    edbr

    Replied To a Post in slider

    dont understand your question
  • Member Avatar for edbr
    edbr

    Began Watching Getting started with PHP

    Hi guys, I just thought of starting PHP as my web scripting language but I don't know which applications I should be downloading. The online resource that I was reviewing …
  • Member Avatar for edbr
    edbr

    Replied To a Post in Getting started with PHP

    also easy php http://www.easyphp.org/
  • Member Avatar for edbr
    edbr

    Replied To a Post in hacked

    i think i have my answer but id like to keep this thread opem for now tilli run through all my site issues
  • Member Avatar for edbr
    edbr

    Replied To a Post in hacked

    thanks both of you. i susupect thats my vunerabilities i had converted to mysqli a whaile ago but did not use prepared statements. i dumbly thought i was toasty with …
  • Member Avatar for edbr
    edbr

    Began Watching DirectoryIndex problem.

    Hi guys, I'm trying to set up a localhost,...but I am getting this error from apache error logs "Cannot serve directory C:/xampp/htdocs/crm/images/: No matching DirectoryIndex (index.php,index.pl,index.cgi,index.asp,index.shtml,index.html,index.htm,default.php,default.pl,default.cgi,default.asp,default.shtml,default.html,default.htm,home.php,home.pl,home.cgi,home.asp,home.shtml,home.html,home.htm) found, and server-generated directory …
  • Member Avatar for edbr
    edbr

    Replied To a Post in DirectoryIndex problem.

    are you sure port 8080 is free?
  • Member Avatar for edbr
    edbr

    Replied To a Post in hacked

    ok first question, if i may i have a select based on a $_get value renamed $where. the value is a 4 numbers is this enough of a filte to …
  • Member Avatar for edbr
    edbr

    Replied To a Post in hacked

    thank you. i have two areas i need to check, first being an 'admin' section that i really should have changed yonks ago so thats my first. i deleted that …
  • Member Avatar for edbr
    edbr

    Replied To a Post in hacked

    sorry it freaked ne out just time to update its an old site and i should have not been complacent with upgrading security .still im open to suggestions
  • Member Avatar for edbr
    edbr

    Created hacked

    very embarassing but i just got hacked by the folloeing, any advise truly welcome Hacked By : Mr.HaurgeulisX196 TypingText = function(element, interval, cursor, finishedCallback) { if((typeof document.getElementById == "undefined") || …
  • Member Avatar for edbr
    edbr

    Began Watching hacked

    very embarassing but i just got hacked by the folloeing, any advise truly welcome Hacked By : Mr.HaurgeulisX196 TypingText = function(element, interval, cursor, finishedCallback) { if((typeof document.getElementById == "undefined") || …
  • Member Avatar for edbr
    edbr

    Began Watching pop up window

    In a project, when a user clicking the search link, pop up box should come, in that box, two text fields, and search button should be. How it is possible?
  • Member Avatar for edbr
    edbr

    Replied To a Post in pop up window

    what about a slide down div ? http://api.jquery.com/slidedown/
  • Member Avatar for edbr
    edbr

    Began Watching Auto number generating

    how to add autometic number generting in php

The End.