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
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for absolute20
Member Avatar for joomphp

[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

Member Avatar for ariese
0
78
Member Avatar for joomphp

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

Member Avatar for joomphp
0
70
Member Avatar for joomphp

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

Member Avatar for pritaeas
0
184
Member Avatar for javaProgrammar

Is there any way to [B]check and validate regular expression syntax before processing it[/B] in php. I've a scenario in which user input regular expression and my piece of code process user input regular expression, but validation is necessary before processing it and message if invalid regular expression syntax. such …

Member Avatar for pritaeas
0
63
Member Avatar for joomphp

[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"

Member Avatar for Nyight
0
90
Member Avatar for joomphp

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 …

0
92
Member Avatar for joomphp

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 …

Member Avatar for arunmagar
0
153
Member Avatar for martinkorner

Hi, In the HTML forum I asked how I could get the results from a form which I will put on my site via e-mail, I was told: [QUOTE]Give them a form to fill. The form posts to a PHP, ASP, or ASP.NET program that stores the results in the …

Member Avatar for martinkorner
0
226