Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #3K
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

9 Posted Topics

Member Avatar for samoual

Hi iam i have web app to get from data from webservice , in the text box you will search for name you will get the name and the ID i wanna get the ID and pass it to other function to get the Name detail . here is my …

0
75
Member Avatar for RascelleGrepo

Hi ; if you write your code it will be easer but any way you can use condtion where statment or you can use store it in array and then remove what you dont want to show by loop .

Member Avatar for broj1
0
431
Member Avatar for titos97

ididn't understand your problem so this example to get and store the result of your query and then echo the result $this->db->select('SUM(Total_sale) as Total from sales where client_id='.$clientid); $total=$this->db->get()->result(); foreach($total as $ci_total) { $client_money=$ci_total->Total; Return $client_money; } i hope this help you

Member Avatar for titos97
0
637
Member Avatar for samoual

Hello Every one i have samll Problem Here iam using codegniter and i have template that i use in all my views in some page i afound that i can use grocery crud as it will make it easer to show and it will give better look , as iam …

Member Avatar for cereal
0
291
Member Avatar for abhijit_2

Hi ; here is somthing maby help you to get start <? $query="select* from users where username=".$username; If($query>0){ $result="select password,email from users where username=".$username; foreach ($result as $row){ $email=$row['useremail']; $password=$row['password']; $to = $email; $subject = 'Your password'; $message = "this your old password ".$password; $headers = 'From: [email protected]' . "\r\n" …

Member Avatar for Member #120589
0
141
Member Avatar for jbennet

hey this great do you know i was trying to do the same as your code with some diffrence from it i need to add stories and image cms for adv magazine so i study your code it is nice i have studing php and mysql for three days now …

Member Avatar for Stefano Mtangoo
0
838
Member Avatar for samoual

i have problem with compiling vb6 application not certin one but all even the one that i have compile before it just give me automation error with ok and help since i dont have the msdn library its not useful i have remove and install vb6 but still the same …

Member Avatar for dspnhn
0
299
Member Avatar for samoual

iam new in php but i am trying to do my first project maby it is small for some of you but it is big step for me : iam trying to build advrtising magzine with articals i have to join both of theme in one page the artical and …

Member Avatar for Puckdropper
0
73
Member Avatar for alamati

hi i enter the site to ask the same i like to learn php and mysql before i start to learn i tell one of my friends that i can handel one of his projects and iam searching for good books to learn from >

Member Avatar for jbennet
0
127

The End.