Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K
~5K People Reached
Favorite Forums
Favorite Tags
Member Avatar for rajdevsohail

Hello There ! I Am Getting An Internal Server Application Error 500.19 In My Web Application (web.config file) :( . Error Is On Line 22,23,24 . [B][COLOR="Green"]Here Is My web.config File :[/COLOR][/B] [ICODE]<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <directoryBrowse enabled="false" /> <defaultDocument> <files> <clear /> <add value="index.php" /> <add value="index.html" /> …

0
172
Member Avatar for rajdevsohail

i am trying to code a chat app for my social network and i am using the following module .. [URL="http://anantgarg.com/2009/05/13/gmail-facebook-style-jquery-chat/"]http://anantgarg.com/2009/05/13/gmail-facebook-style-jquery-chat/[/URL] i have coded the rosters(manage who is online) for it .. but those rosters work only on login/logout .. on login it makes an entry for username in a …

Member Avatar for diafol
0
156
Member Avatar for BenzZz

I create the session variable $_SESSION['SESS_MEM_ID'] within my validateLogin.php file shown here: [CODE] <?php include'db_config.inc'; require_once('InitDB.php'); $error_msg = ''; $error_flag = false; function clean($str) { $str = @trim($str); if(get_magic_quotes_gpc()) { $str = stripslashes($str); } return mysql_real_escape_string($str); } try { $dbh = new PDO("mysql:host=127.0.0.1;dbname=$db", $user, $password); } catch (PDOException $e) { …

Member Avatar for BenzZz
0
1K
Member Avatar for Dorar

[B]I want to learn by myself any one of web development languages. i dont have an idea about which is best to learn PHP or HTML or CSS or do i need to study each one in order to use each one for some purposes.. what is the difference between …

Member Avatar for twiss
0
2K
Member Avatar for dhruv_arora

I made two scripts register.php and register1.php, the register.php takes the values and register1.php process them and stores them into a mysql database. after i fill in the form and press submit, I get an error. I am using mySQL 5.5.8 Register.php [CODE]<?php include("header.html"); include("nav.html"); include("sidebars.html"); ?> <html> <form action="register1.php" …

Member Avatar for dhruv_arora
0
182
Member Avatar for kgizo

Hello I've got a problem whereby I need to block access to my survey, I do not want a situation where a user can access the survey by just entering the URL of the survey, the survey has been integrated with mediawiki. Thanks in advance kgizo

Member Avatar for almostbob
0
335
Member Avatar for rajdevsohail

Hello , please help me making attracting forms for my website ( login and Register ) .. I Have Already made those for my website but they look quite boring . I Actually Want To Set A Form Background .. [B][U]I Googled It But The Results Were Below My Exceptation …

Member Avatar for diafol
0
82
Member Avatar for rajdevsohail

Anyone Please Help me In Coding Of FBML ... ( FACEBOOK MAKUP LANGUAGE ) .. CAN ANYONE GIVE ME A LINK TO A TUTORIAL THAT HAS CHAPTERS FROM BEGINERS TO DEVELOPERS AS I AM NEW TO THE WORLD OF FBML CODING......

Member Avatar for rajdevsohail
0
83
Member Avatar for rajdevsohail

i actually want a user to select a file to upload to my webspace , and while uploading it is renamed and at end it will display a url to the user which contains php variables ( (depends on the file name) .. i have made a form (for the …

Member Avatar for rajdevsohail
0
242