- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
15 Posted Topics
Re: 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 … | |
Re: 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. | |
Re: 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 … | |
Re: 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>"; } … | |
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 … | |
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 | |
Re: 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... | |
Re: @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] | |
Re: 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"); } … | |
Re: 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 … ![]() | |
Re: 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 … | |
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 | |
Re: @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? | |
Re: 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. | |
Re: 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 "     {$row['name']} " ; ?> </font> <font color="#8e8d8d"> <?php echo "posted this on {$row['date']}.<br>" … ![]() |
The End.