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 #18.7K
Ranked #3K
~7K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

10 Posted Topics

Member Avatar for manish812

[QUOTE=jeyakannanrd;948665]Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/leadtwot/public_html/staging/contact_us.php:1) in /home/leadtwot/public_html/staging/contact_us.php on line 1[/QUOTE] I have this problem too. I tried everything without success. After long research i found the reason and decision in [URL="http://kasolutions.wordpress.com/2009/07/14/fix-warning-session_start-function-session-start-cannot-send-session-cache-limiter-headers-already-sent/"]this place[/URL]. I hope that's help you and save …

Member Avatar for Steven_17
0
4K
Member Avatar for Kparas

The code realized with fgetcsv() should be something like this : [CODE]PHP Code: <?php $fp = fopen("english.csv", "r"); $length = 4096; /// have to be optional length ... $fildDelineate = ','; /// or "|" ... declare what you need $databasetable = 'tableName'; $counter = 1; // to omission first row …

Member Avatar for rahulnamdev
0
507
Member Avatar for rajeesh_rsn

[URL="http://corz.org/serv/tricks/htaccess2.php"]more .htaccess tips and tricks..[/URL]

Member Avatar for Manuz
0
122
Member Avatar for Member #743307

Hi, you doing some wrong things. - here you get from DB all user frend, but in loop you use a one variable which will overwrite it value, you have to use a array to put in all geted values... you have to do this : [CODE] $sql = mysql_query("SELECT …

Member Avatar for Member #743307
0
182
Member Avatar for Manny7

Here you are one useful link about [URL="http://corz.org/serv/tricks/htaccess2.php"]more .htaccess tips and tricks..[/URL]

Member Avatar for storm123
0
108
Member Avatar for vibhaJ

Some useful [B][URL="http://corz.org/serv/tricks/htaccess2.php"]link [/URL][/B] about your problem.

Member Avatar for pritaeas
0
212
Member Avatar for nabilamn

[QUOTE=nabilamn;1243757]im working on with the js calculator. to silviuks, i want the total price. not the total stuff i bought. :)[/QUOTE] Do you want to do something like this : [CODE] <script type="text/javascript"> function totalSum() { var food = document.getElementById('food').value; var clothes = document.getElementById('clothes').value; var groceries = document.getElementById('groceries').value; document.getElementById('total').value = …

Member Avatar for scaiferw
0
214
Member Avatar for knkk

I access this link via [B]curl[/B] without any problem ? About blocking curl to prevent from scraping - i think Curl it is just like using a browser to get to your site. If you put something up that can be browsed to, someone else can get it with curl. …

Member Avatar for knkk
0
2K
Member Avatar for niths

To complete the decision suggested from [B]vibhadevit[/B] : [CODE] // just for clarity .... //mysql_connect("localhost", "username", "pass") or // die("Could not connect: " . mysql_error()); //mysql_select_db("YuorDataBaseName"); //mysql_error(); // I don't know why you do this - mysql_error(); // If you want to check for errors you have to put this …

Member Avatar for storm123
0
165
Member Avatar for niths

First, i think your value in select-options must be a projecIds. [CODE] # while ($row=mysql_fetch_array($result)) { $id=$row["projectid"]; $projectname=$row["projectname"]; $options.="<option value=\"$id\">".$projectname.'</option>'; } [/CODE] Second, when you create users check-box you have to do verification about that the user whether assign to current selected option(project) or not. This you can do with …

Member Avatar for niths
0
156

The End.