Search found 206 matches

by mrkkhattak
Fri Jan 16, 2009 2:36 pm
Forum: Programming
Topic: PHP exec function
Replies: 13
Views: 27077

You are right Lambda, I personally prefer to use dir. And Mudasir you could ignore the . and .. using the following from the list: $cmd="ls -la /sharing/ | awk '{ print $9}'"; $files = array(); exec($cmd, $files); foreach ($files as $file){ // it checks for empty space or . or .. and ignor...
by mrkkhattak
Fri Jan 16, 2009 11:27 am
Forum: Programming
Topic: PHP exec function
Replies: 13
Views: 27077

Assalamualaikum, Please try it as the following $cmd="ls -la /sharing/ | awk '{ print $9}'"; $files = array(); exec($cmd, $files); /*echo '<pre>'; print_r($files); echo '</pre>';*/ foreach ($files as $file){ echo '<pre>'; print_r($file); echo '</pre>'; } It will print the names without tho...
by mrkkhattak
Wed Jan 23, 2008 11:39 am
Forum: Programming
Topic: IDE for PHP programming in Linux
Replies: 12
Views: 29987

Zend Studio and Eclipse with PHP plugin.
by mrkkhattak
Thu Jul 21, 2005 12:57 pm
Forum: Programming
Topic: Web Application Development tools for Opensource??
Replies: 18
Views: 32261

Assalamualaikum, I will not recommend you to upgrade to Fecora Core (any number), unless it is very necessary for your application to run. As Fecora Core is more resource hungry than RH 9 etc. Now I will come to your original question, for php development on Linux, please consider using the followin...
by mrkkhattak
Sun Apr 10, 2005 1:49 pm
Forum: General
Topic: File downloader
Replies: 3
Views: 7001

Assalamualaikum, My favorite is Prozilla. It is a great download manager & very useful for large file downloads (as it can pause & restart your download from where it left) Another useful feature is that if you are behind an ISA server & you can't use its command line then it provides yo...
by mrkkhattak
Thu Apr 07, 2005 11:56 am
Forum: General
Topic: how can i access shared files
Replies: 5
Views: 9660

Assalamualaikum,

Moved this thread from the Jobs.

-Meraj Rasool Khattak
by mrkkhattak
Thu Apr 07, 2005 11:56 am
Forum: General
Topic: where to find istall files
Replies: 4
Views: 8469

Assalamualaikum,

Moved this thread from the Jobs.

-Meraj Rasool Khattak
by mrkkhattak
Mon Oct 25, 2004 12:07 pm
Forum: Programming
Topic: What about Java5?
Replies: 32
Views: 63692

Assalamualaikum, That said, the choice of a tool is really dependent on the application scenario. Creating a guestbook page for your personal website? Use PHP. Creating the next amazon.com? Use Java/.NET. I know you wrote this sentence only to illustrate the difference b/w PHP & Java/.Net. But I...
by mrkkhattak
Sat Oct 23, 2004 12:21 pm
Forum: Programming
Topic: What about Java5?
Replies: 32
Views: 63692

Assalamualaikum, Can we divide these languages in two groups ? one most suitable for desktop applications & two most suitable for web applications. If we do so I will go for php (after php5 it is a must - as it now has a better suppor for OO & XML) in web applications group. What do you ppl ...
by mrkkhattak
Tue Oct 19, 2004 1:30 pm
Forum: Installation
Topic: The Jabberd Server 2.0 Installation/Configuration HOWTO
Replies: 9
Views: 13672

Assalamualaikum, Nice work. I really appreciate it. I have two questions (or wishes) regarding this Howto. 1) A client howto should be added, how a client can connect to the server from a his/her PC using Jabber client software. 2) The strongest point of Jabber Server is its encrypted messaging, whi...
by mrkkhattak
Sun Aug 08, 2004 1:40 pm
Forum: General
Topic: Linux CD's
Replies: 3
Views: 6404

Assalamualaikum,

Pls visit the following link to get more informaiton on how you could get more distros.

Linux Software

Regards,

-Meraj
by mrkkhattak
Sun Jun 27, 2004 2:45 pm
Forum: Installation
Topic: MySQL Frontend
Replies: 5
Views: 8810

Assalamualaikum,

On linux I am using MySQL Control Center (http://www.mysql.com/products/mysqlcc/) & on windows I am using MySQL Front (http://www.mysqlfront.de/) & MySQL CC both.

Regards,

-Meraj
by mrkkhattak
Sat May 15, 2004 5:28 pm
Forum: Administration
Topic: 3d MAx???
Replies: 2
Views: 5620

Assalamualaikum, I would recommend you to use Blender3D, it is a nice tool. If you are familiar with any of the 3D tool (3DMax, Maya, Soft Image etc) You won't find it that much difficult. It is a very light & fast software, you would see much more support at their forums & sites than any ot...
by mrkkhattak
Sun May 09, 2004 3:47 pm
Forum: General
Topic: Where Can I find Mandrake in.........
Replies: 7
Views: 11491

Assalamualaikum,

PLUC (Pakistan Linux Users' Community) & LinuxPakistan is a user group of Linux. Read more about them at http://www.linuxpakistan.net/wiki/ & about the software http://www.linuxpakistan.net/wiki/index ... ailability read this.

Regards,

-Meraj
by mrkkhattak
Wed May 05, 2004 6:54 pm
Forum: Administration
Topic: HOW CAN I CONFIGURE WINE SERVER IN REDHAT 9
Replies: 10
Views: 28006

Assalamualaikum, You downloaded latest wine package from their site, after unpacking them how did u run that & what error are u getting ? Pls do provide the complete information or error report here, then I hope someone would be able to you, InshAllah. or try to post your configuartion file here...