Extract text from string
Hi folks,
I have a string that looks like this:
aaaaaaaaaa:
bbbbbbbbbb (ccccccccc)
C++ Http request?
Code:
string Response = "LOGIN_UNSUCCESSFUL";
System.Net.WebRequest request = Sy
Sorting JTable on more than just the values listed in the columns
I have a collection of objects that store (among other things) two integer values. I only want to di
php multiple action on submit
I have a form which says:
<form enctype='multipart/form-data' method='post' action='pr
Dynamic Array using glob?
Is there an easier way to do this?
I am trying to get create a dyamic array based on files wi
Display thumbnails as square while retaining aspect ratio
I am trying to figure out a way to make an image display as a square, for example 80x80 pixels, when
Spaghetti Code
So.
I've pretty much reached the point where I have so many isset s on one page that I can't
Posting Serialized Data Not Working
I am trying to send an object from one PHP file to another using POST. I serialize the object and th
db entry based on primary key
My "topics" table contains 10 entires
*--------------*
topicid topic
------
foreach and array need help combining
Hi guys.
Here's the code
Code: array(
'tag' => 'code',<