Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #2K

15 Posted Topics

Member Avatar for happygeek

I have iPhone 3Gs and I am also addicted as anything to it... and I also submit my confession of regularly using it in the Toilet, my toilet usages are Angry Birds, tChess and PHP / Jquery tutorials :D Anyone else like to come forward and reveal their iphone usage …

Member Avatar for Rik_
1
570
Member Avatar for stephen186

is there a Software or some website which can show pages with PR if we provide a particular domain name? For example if I want to know which pages of xyz.com have PR 5, it only shows those pages.

Member Avatar for EmilyJohnson
0
781
Member Avatar for WolfShield

If you have a website traffic like Facebook, Youtube or Google, you'll still need some C++ code components for lightning executions of code and then PHP or anyother language can display the results at the front-end. And I believe Facebook and Google are using C++ components behind their PHP, just …

Member Avatar for Netcode
0
1K
Member Avatar for jemz

Hi, There need to be a Unique Column in your Table, which could be ID or something, Assuming its ID then following can be done with your own code. [CODE] <?php print "<table border='1'>"; while($row = mysql_fetch_array($rlist)) { echo "<tr>"; echo "<td>{$row['firstname']}</td>"; echo "<td>{$row['lastname']}</td>"; echo "<td><a href='delete.php?id={$row['ID']}'>delete</td>"; echo "</tr>"; } …

Member Avatar for jemz
0
254
Member Avatar for vidjin

Hi, Can someone give an example how the following task can be achieved smartly? I have this Database Table with 2 fields [B]1. Brand_ID 2. Brand_Name[/B] [B]SQL[/B] = SELECT Brand_ID, Brand_Name from brands limit 0,12; and I have to loop through it and place the values in the following HTML …

Member Avatar for pritaeas
0
143
Member Avatar for vidjin

Hi, I want a Jquery based Ajax solution for Uploading, Cropping and Saving Images... I have been trying to find it for 3 4 days but I am only finding tutorials and solutions with postbacks when cropping images. Please help. thanks

Member Avatar for vidjin
0
146
Member Avatar for dpmattox

If you want a beginner's crash course then I'd suggest you 2 places: 1. [URL="http://www.youtube.com/user/phpacademy"]PHP Academy[/URL] on Youtube and 2. [URL="http://www.w3schools.com/php/"]W3Schools[/URL] Then you can move onto expert level tutorials easily...

Member Avatar for chiiqui
0
338
Member Avatar for mary_forum

@ardav You'd love to see his/her profile [B]Location[/B] Tamil Nadu, India [B]Company[/B] vcom [B]Primary Role[/B] [COLOR="Red"][B]Software Development[/B][/COLOR]

Member Avatar for Stefano Mtangoo
0
148
Member Avatar for digital_plunder

First of all you need to put [B]session_start();[/B] statement just after opening the php tags, on top of everything on that page. Secondly, to assign values to Session variables please use the following statement: [CODE] [B]$_SESSION['admin_id'] = "something";[/B] to check session data Following is fine: if($_SESSION["admin_id"]=="") { header("location: login.php"); } …

Member Avatar for vidjin
0
104
Member Avatar for woopi

Please so ad ID property same as your name property to every input item, PHP takes ID i guess. <input type="checkbox" id="yo1" name="yo1" value="1" /> <input type="checkbox" id="yo2" name="yo2" value="1" /> <input type="checkbox" id="yo3" name="yo3" value="1" /> secondly, it's simple if you do the following: [CODE] <?php $mysql_hostname = "your …

Member Avatar for diafol
0
228
Member Avatar for harsha.netpem

First you need to set ACCESS Roles in your database and retrieve them upon login, check what roles you've assigned them and redirect the user to the suitable destination. Block and redirect a user which doesn't have access to a page by storing access info in session variables. That's how …

Member Avatar for vidjin
-1
134
Member Avatar for vidjin

Hi, Is there any possibility to use Coda in windows for PHP Developement ?!?!?!? I have seen CODA on a Friend's Macbook Pro and it is wonderful and have great features. Anyway to use it on Windows? Thanks

0
105
Member Avatar for joedy

@cgull That was smart and simple... I'll also try using it in the future. Any idea how to get info from an Iframe page into our PHP parent page?

Member Avatar for joedy
0
173
Member Avatar for asif49

IE is a nightmare these days... Chrome works wonderfully... I think it's better if you share your HTML code and also a screenshot, that will help in identifying the real problem. Only the CSS doesn't really tell much about the issue.

Member Avatar for asif49
0
121
Member Avatar for asif49

This will also work (by just changing a little bit of your own code) [CODE] $result = mysql_query($sql); while($row = mysql_fetch_array($result, MYSQL_ASSOC)) { ?> <div class="comments_top"> <?php echo "{$row['comment']} <br><br>" ; ?> </div> <font color="#e60000"> <?php echo "&nbsp&nbsp&nbsp&nbsp&nbsp{$row['name']} " ; ?> </font> <font color="#8e8d8d"> <?php echo "posted this on {$row['date']}.<br>" …

Member Avatar for Zagga
0
355

The End.