Free PHP Code

This entry was posted in php code and tagged . Bookmark the permalink.

25 Responses to Free PHP Code

  1. Mike says:

    pls i need a mailer

  2. PhanhPeace says:

    thanks for all

  3. paradzai says:

    I need all code used in building Facebook site

  4. B!NS says:

    Simply great. Thanx 4 the site.

  5. B!NS says:

    I am a PHP student. Hope I can contribute this site soon.

  6. Dara says:

    nice all script thanks!!!!

  7. ukraine says:

    thank you guys for all your work!

  8. deepika says:

    i need a sample code for web page design using php

  9. Dhil says:

    Hey admin,

    I am using the car dealer website and trying to modify the coding in it a bit.

    What I need to do is to edit a small pcs of code..

    in details html template, their is a main car picture and another secondary small picture.. this small picture is below the car details .. if i want to change so that the small secondary pictures should appear below the big car picture which files should i modify.

    hoping for a reply.

  10. main_jack says:

    i learning program php. Who’s have code, send for me!!!!

  11. bam canales says:

    Hi! I need a script which shows IP Address in text format in HTML so I can change the color and font. Similar is in http://www.scriptlance.com/myip.shtml

    Thanks you so much!!

  12. Sam says:

    Please i need a members only erea web site,
    with a log in page using My SQL and PHP.
    Thank you

  13. i need a simple hosting billing software… very simple… just need regular renewal reminder automatically…

  14. David says:

    Hello. I was trying to install Real Estate Website on my localhost(wampserver or easyphp) but I wasn’t able to set up chmod777 (installation manual). So I couldn’t install it.
    I’m just a begginer to PHP. Would you help me to install it, please?

    Thanks.

  15. I am Asif Khalyani. I am software engineer. I have create one small site for php script. You can download here ajax, js framework, suphp, ajax & php script, submit form script, login script, uplaod image without refresh page, upload images using zip file. You can download free php script. My site is phpasksdotcom.

  16. Martin says:

    Your software is really great, thanks for giving the world your software.

    One thing I’m missing is a small rental/location script with a inventory listing.

  17. K.Elango Varadharajan says:

    Hi Sir/Madam

    I am a begineer from Php programming level. so need sample code for searching,cookies,sessions

    your web page is very nice.

    thank for your team members.

    K.Elango varadharajan
    Srirangam,Trichy,Tamilnadu.

  18. Krista says:

    I need php code for a facebook application that allows users to upload photos for tagging, similar to the “Social Me” application.

    Any help?

  19. allscoop says:

    Krista, that can be an easy task, I would recommend you try elance. I’m sure the task can be completed quickly and cheap. (Just click the link below to go to elance)

  20. Nasir says:

    Thanks Very Very nic job

  21. keith says:

    Very nice software, thank you. New to php but i like it a lot.
    K.

  22. george says:

    Hello. I found your Auto Dealer Inventory Software to be perfect. Is it possible to add a “sold” button that also modify all the uploaded pictures with a sold sign on top of them.
    Thanks in advance.

  23. sulabh says:

    hi.admin
    i m new student of php i hav basic knowledge up to database.
    i jus wana go through sum simple php projects..(include database) like any blg relate project or any anther
    so could u help me in this case.

  24. A:MOHUN says:

    Hi everybody. Well, i have tried to install the “Billing Software” on my localhost(using wampserver 2.0). On mysql using password yes. so, I change th epassword in sites.xml to be able to access mysql server.
    All seems to be well adjust, but still when I want to start the billing software “http://localhost/billing/” when it start to open the index.php page so I get following errors

    admin = $admin; //loading the config $tmp_config = new CConfig($xml); $_CONF = $tmp_config->vars["config"]; //loading the templates if ($this->admin) { if (is_array($_CONF["templates"]["admin"])) { foreach ($_CONF["templates"]["admin"] as $key => $val) { if ($key != “path”) $this->templates[$key] = new CTemplate($_CONF["templates"]["admin"]["path"] . $_CONF["templates"]["admin"][$key]); } } } else { if (is_array($_CONF["templates"])) { foreach ($_CONF["templates"] as $key => $val) { if (($key != “path” ) && ($key != “admin”)) $this->templates[$key] = new CTemplate($_CONF["templates"]["path"] . $_CONF["templates"][$key]); } } } $base = new CBase(); $base->html = new CHtml(); $this->html = &$base->html; //make a connection to db if (is_array($_CONF["database"])) { $this->db = new CDatabase($_CONF["database"]); //vars only if needed if ($_CONF["tables"]["vars"]) { $this->vars = new CVars($this->db , $_CONF["tables"]["vars"]); $base->vars = &$this->vars; } $this->tables = &$_CONF["tables"]; } } function TableFiller($item) { if (file_exists(“pb_tf.php”)) { include(“pb_tf.php”); } } /** */ function Run() { global $_TSM; if (file_exists(“pb_events.php”)) { include(“pb_events.php”); $_TSM["PB_EVENTS"] = @DoEvents(&$this); } if (is_object($this->templates["layout"])) { echo $this->templates["layout"]->Replace($_TSM); } } } ?>
    Fatal error: Class ‘CSite’ not found in F:\wamp\www\billing\index.php on line 9

    is someone here who can help improving this problem… Or what am I doing woring!!
    Thanks in advance.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>