Latest Questions on AzizSaleh.comLatest 10 questions posted
http://www.azizsaleh.com
Sat, 19 May 2012 07:15:52 America/New_YorkLatest Questions
http://www.azizsaleh.com
http://www.azizsaleh.com/images/topLogo.gif223105Regex question
http://www.azizsaleh.com/index.php/AskMeAQuestion/ShowQuestion/3
Hey,
Your code (http://forums.digitalpoint.com/showthread.php?t=1449654) does not work.
Can you help me?http://www.azizsaleh.com/index.php/AskMeAQuestion/ShowQuestion/3Sat, 08 Aug 2009 15:20:33 America/New_YorkPHPregex question (2)
http://www.azizsaleh.com/index.php/AskMeAQuestion/ShowQuestion/5
Hi,
In the string $mat is:
Look: 2 do 4 small 25 big 12
I would have all numbers...
$number1 = ...
$number2 = ...
And so on.http://www.azizsaleh.com/index.php/AskMeAQuestion/ShowQuestion/5Sat, 22 Aug 2009 10:26:43 America/New_YorkPHPGet proxies from a site
http://www.azizsaleh.com/index.php/AskMeAQuestion/ShowQuestion/6
Hi,
I tried to get ALL proxies, ports, proxy version (4 or 5) and countries from a site, but it doesn\'t work.
URL: http://sockslist.net/cgi-bin/socks/index.cgi
The code is hidden with javascript. To decode use eval(unescape.http://www.azizsaleh.com/index.php/AskMeAQuestion/ShowQuestion/6Sun, 30 Aug 2009 11:30:48 America/New_YorkPHPHow to upload to an external site?
http://www.azizsaleh.com/index.php/AskMeAQuestion/ShowQuestion/7
Hi,
How to upload to an external site?
I\'ve asked this question at:
http://forums.digitalpoint.com/showthread.php?p=12362618#post12362618
I\'ve tried file_get_contents but that only retrieved the upload form, i want to get the content with the div tags aswell (after upload)
Thankshttp://www.azizsaleh.com/index.php/AskMeAQuestion/ShowQuestion/7Mon, 31 Aug 2009 03:01:52 America/New_YorkPHPArray Question
http://www.azizsaleh.com/index.php/AskMeAQuestion/ShowQuestion/8
You told me to use an array for the html checked boxes in my form. I can figure out where to put it at. Can you please help me?
http://forums.digitalpoint.com/showthread.php?t=1471926
Thanks,
Adamhttp://www.azizsaleh.com/index.php/AskMeAQuestion/ShowQuestion/8Tue, 01 Sep 2009 13:46:52 America/New_YorkPHPGetNews
http://www.azizsaleh.com/index.php/AskMeAQuestion/ShowQuestion/10
Hi,
I\'ve a news feed. It is German. http://www.tagesschau.de/newsticker.rdf I would like to get all news from this page. I need title, link, description and the category. Please help me. Thank you!http://www.azizsaleh.com/index.php/AskMeAQuestion/ShowQuestion/10Thu, 03 Sep 2009 14:51:00 America/New_YorkPHPGrab the content within?
http://www.azizsaleh.com/index.php/AskMeAQuestion/ShowQuestion/11
Hi, I have some php code like:
[code]
$o=\"QAAACg07OHdvdyduaWRrcmNiJwAAL1NCSldLRlNCV0ZTTycp
JwBAIChlaHNzaGopAlAgLjwnODmE4AMgKGNucQCADg4AxQCRAUAn
bmM6JQGAYWhoc2J1JQIAAeB0d2ZpJ2RrEIBmdHQBkGtiYXMBgQ5D
YnRuYGkAACc9JztmJ291YmE6JW9zc3cAAD0oKHBwcClwYmU1YWJi
aykAAGRoaiUnOVBodWNXdWJ0dCcAFnNvYmpidDsoZjknBaAoBbEGX2EKQHVu
YG8GYicAEERoDTB0cnd3aHVgAXMG3wbQYmpoaWJ+ZGJpc3VmByI
AQCglOURDJ1VmcwajKyc7JioqAMB0c2Z1cyoqOQQ/BDBpYnMqc2
IAAGQqZmApY2IoJSdzbnNrYjoAGSVJQlMqU0JEJ05pEOACQGZgBlB8wHIRgA
GfAZINghEPcCkDwAYCaGlrbmliEAQpY2wGR3RoYmBiamZ0bAGQaHcAPHNuam
J1bmlgJTkBjwGBBiMM8GJpT+JjDNAKDRR3HAAc1xXRHNAVwCGzcHdYHUMvhB
ggBmVoY34CAShvc2prGPEWwCcn\"; eval(base64_decode(\"..... [/code]
It can contain anything within the php tags, but always contains:
$o=\"i only need this string, no quotes or anything\";
I need to grab the string only, the string is always letters (with caps and some none caps), numbers and plus signs.
How would i grab the string?, preg_match? regex?
I\'ve tried str replacing the other code, so only the string is left, but the problem is the code around the string is not always the same.
Thank You.http://www.azizsaleh.com/index.php/AskMeAQuestion/ShowQuestion/11Fri, 04 Sep 2009 20:50:47 America/New_YorkPHPHow to only allow certain extensions?
http://www.azizsaleh.com/index.php/AskMeAQuestion/ShowQuestion/13
Im trying to only allow certain file extensions, if the uploaded file is not an extensions which is defined it will echo and error message.
Heres my code:http://www.azizsaleh.com/index.php/AskMeAQuestion/ShowQuestion/13Mon, 07 Sep 2009 03:15:04 America/New_YorkPHPHow to echo only 1?
http://www.azizsaleh.com/index.php/AskMeAQuestion/ShowQuestion/14
Im having some trouble, i am echoing info from a table in to drop down options, the problem is i only want to echo one of each, so say if their were 10 of the same option, I\'d only echo the first (1) option.
Im guessing preg_match?
Heres my code:
- Script -
http://www.azizsaleh.com/index.php/AskMeAQuestion/ShowQuestion/14Fri, 11 Sep 2009 13:40:29 America/New_YorkPHPForm to create array?
http://www.azizsaleh.com/index.php/AskMeAQuestion/ShowQuestion/15
I need help im trying to create a form which will write to a file and create an array to a variable from the contents of the form fields.
The array would look like:
$LOGIN_INFORMATION = array(
\'me\' => \'admin\',
\'admin\' => \'pass\'
);
The form would be like?:
\';
file_put_contents(\"config.php\",$out);
}
?>http://www.azizsaleh.com/index.php/AskMeAQuestion/ShowQuestion/15Mon, 14 Sep 2009 07:51:41 America/New_YorkPHP Fatal error: Call to a member function closeLink() on a non-object in /homepages/34/d348294662/htdocs/Controller/xml.php on line 126