- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
9 Posted Topics
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 …
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 .
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
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 …
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" …
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 …
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 …
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 …
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 >
The End.
samoual