Jump to content

Search the Community

Showing results for tags 'databasephp script'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Gamers Lounge
    • Announcements
    • General Discussion
  • Area 51 - Development Zone
    • silEnT Mod - Enemy Territory
    • LESM - Lua Enhanced Server Mod
    • Omnibot - Development, Discussion & Support
    • Enemy Territory Modding
  • Guides, Reviews & Support
    • A Collection of Essential Guides
    • Mod and Software Downloads
    • Game Server Hosting, Support and Reviews
    • Web Hosting, Development & Reviews
  • Help & Discussion Center
    • OS Customization, Discussion and Support
    • PC, Console & Mobile Gaming
    • Programming (C#, C++, JAVA, VB, .NET etc.)
  • Advertising Forums
    • Clans / Guilds and Gaming Communities
    • Game Server and Voice Server Offers

Categories

  • Enemy Territory
    • Software
    • Mods
    • LUA
    • Maps
    • Map Scripts
    • Soundack
  • Call of Duty 4
    • Mods

Categories

  • News
    • PC Gaming
    • Console Gaming
    • World
    • Entertainment
    • Science
    • Technology
    • Software

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. HostDens.Com : PHP Script to check Database Connection from browser It is simple task to check database connectivity from the browser it self and it’s not necessary to logged into server. Yes, but you should be knowing host-name, password and user It’s very simple concept, first the “mysql_connect” argument will check the database hostname, username and password. If the first argument is true, then PHP take the second line to execute else the script will die with an output given in the Die section. Similarly, mysql_select_db check the database on the server. If both of the arguments are true then you will get an output given after the echo command. Example: 1, If all of the input data(db_name, username, password, hostname) are right, then the output is like; 2, If any of the entry in ‘mysql_connect’ section is wrong, then the output is; 3, If the database entry is wrong; Thank you for reading !!! ██ HostDens.com : Enjoy Unlimited Web Hosting | Beyond Your Expectation ██ Reseller Hosting| VPS Servers (Windows, Linux) | Shared Hosting ██ $1 Hosting | Affordable Shared Web Hosting Services
×
×
  • Create New...