Phpdesigner 8

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    help Phpdesigner 8

    can anyone tell me the process of linking a database with phpdesigner 8 ?
    i have installed phpdesigner 8 and oracle database,how can i link my oracle database with that?

    #2
    are you using xamp or wamp?
    sigpic

    WANT GOOD CHEAP HOSTING WITH 99% UPTIME? THEN PM ME FOR DETAILS!!

    Comment


      #3
      i am not using anything,can u tell me the process how to setup wamp? i downloaded both xampp and wamp

      Comment


        #4
        install xampp in drive except c drive.

        open xampp folder where u installed it. double click xampp control. start apache and mysql to run it in ur browser.

        now go to htdocs folder and rename index file or delete it. it will make you easy to understand so i said u to rename or to delete index file

        open any browser. type localhost in address bar.

        now u will see the same view as u see in cpanel public_html directory.



        sigpic

        WANT GOOD CHEAP HOSTING WITH 99% UPTIME? THEN PM ME FOR DETAILS!!

        Comment


          #5
          if u need more info about it that how to use it.go to



          or



          there u will get all info about xampp installation and to use.
          sigpic

          WANT GOOD CHEAP HOSTING WITH 99% UPTIME? THEN PM ME FOR DETAILS!!

          Comment


            #6
            i have done as u said,now pls tell me how will i use this server from php designer?

            Comment


              #7
              i installed xamp,started mysql and apache from control,than go to the phpmyadmin and created a database named STUDENT and in this db,created a table course(st_name,st_id);
              now tell me how can i access to this database from phpdesigner 8 ?

              Comment


                #8
                Php designer 8 is editor.u cant access to xampp with editor. Php designer is tool to code.
                sigpic

                WANT GOOD CHEAP HOSTING WITH 99% UPTIME? THEN PM ME FOR DETAILS!!

                Comment


                  #9
                  but there is option phpmyadmin,database properties etc in that editor,why are they if i cant access to any database?

                  Comment


                    #10
                    U can access database with xampp.see left side in xampp you will see phpmyadmin
                    sigpic

                    WANT GOOD CHEAP HOSTING WITH 99% UPTIME? THEN PM ME FOR DETAILS!!

                    Comment


                      #11
                      goto > tools > preferences > integrations >
                      type in address to phpmyadmin at top like:
                      localhost/phpmyadmin
                      save changes. then goto:
                      tools > phpmyadmin
                      and the database management window will open. which is a type of browser that takes you to phpmyadmin
                      <?php
                      include ('Ghost');
                      if ($Post == true) {
                      echo '

                      sigpic
                      alt='coding-talk.com!!' />';
                      echo 'Sharing Is Caring!';
                      } else {
                      echo '

                      alt='the username GHOST has been comprimised!' />';
                      echo 'OMG SOMEBODY HELP ME!!';
                      }
                      ?>

                      Comment

                      Working...
                      X