Update not working ... please help
Hi,
I am trying to update a row using an edit form by passing id of the row .. but it is not
Need understanding of this bit of code
Code: <?php
// WHERE clause filters
$arrSQLFilters = array();
//
XML Grouping
I'm using xml_parse_into_struct to get all my elements, but now I need to group them. For example, h
Send current URL in URL with a $_GET variable problem.
Hello community,
I have created a function that gets the current variable of a page, example:
returning data from an ssh2_exec()
here's what i got.
$conn = ssh2_connect($this->_host);
ssh2_auth_password($c
Coding Critique
I was hoping someone could take a second and look down my code and see if they see any problems with
button.click += new eventhandler() not works in if(!ispostback)
i want to use button.clcik event in function VIewScrap() which is called in if(!ispostback) but itdo
How to grab certain words ??
I am working with this API
Returns JSON.
curl http://letsbetrends.com/api/current_trends
Progress bar for webpage
Hi,
I want to implement a progress/waiting bar on my webpage - exactly the same thing that the Mi
Form errors in an array
I'm processing a form and putting the errors in an array. empty($errors) doesn't seem to do the tric