No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
Re: Linux will support only asp not asp.net check out asp.net vs asp [url]http://www.freeprogrammingstuff.com/aspnet-vs-asp.html[/url] | |
[CODE]class manage { private $entryId; function __construct($entryId) { $this->entryId = $entryId; } function deleteEntry() { //delete $this->entryId from database } } $m = new manage(23); $m->deleteEntry(); [/CODE] how this method delete entry from db deleteEntry(); how sql query works with this please help to understand | |
Hi! how can create advanced api in php/mysql authenticate with api key, userid username etc. any good tutorials etc Please post links for me | |
hi! i have some html code like this [CODE] The Chihuahua Desert <a href="index.php">Dirt</a> Fest is <a href="/index.php">coming <a/>up, next February 17-19. <a href="http://google.com">Three</a>[/CODE] i want to replace /index.php with [url]http://google.com[/url] and index.php with [url]http://google.com/[/url] and idea how can i do this | |
Re: i have some html code like this PHP Syntax (Toggle Plain Text) 1. The Chihuahua Desert Dirt Fest is coming up, next February 17-19. Three The Chihuahua Desert Dirt Fest is coming up, next February 17-19. Three i want to replace /index.php with http://google.com and index.php with http://google.com/ and idea … | |
[CODE]Array ( [idx] => 1 [0] => Array ( [quantity] => 1 [product_id] => 2 [parent_id] => 2 [category_id] => 1 [description] => Adult:0; Senior:1; Child:2 ) )[/CODE] how can display "description" | |
hi! i have little problem with left join below script working but i want to add restriction field_id = 16 (any value) and user_id = 65 (any value) pls help me how to do this [CODE]id user_id field_id value[/CODE] [CODE]<?php $dbHost = "localhost"; $dbUser = "root"; $dbPass = "123"; $dbName … | |
I have below out using print_r(); how can i display individual like i want to display [currency] => USD [rate] => 1.3000 how to use foreach Thanks [CODE]$xml = simplexml_load_file("http://www.ecb.int/stats/eurofxref/eurofxref-daily.xml"); echo $xml->getName() . "<br />"; foreach($xml->children() as $child) { echo $child->getName()->currency . ": " . $child . "<br />"; echo … | |
Re: try email functions here http://www.freeprogrammingstuff.com/php-mail.html |
The End.