Thanks All (Especially Warren); Final Code:
function dirList ($directory) {
$results = array();
$handler = opendir($directory);
while ($file = readdir($handler)) {
if ($file != '.' && $file != '..')
$results[] = $file;
}
closedir($handler);
return $results;
}
On Jan 13, 2010, at 10:40 AM, Rahul S. Johari wrote:
On Jan 13, 2010, at 9:50 AM, Warren Windvogel wrote:
On 2010/01/13 04:25 PM, Rahul S. Johari wrote:
Ave,
This is what I'm trying to do; I want to read a directory (eg: W:
\Test\) and take all the filenames found in the director
On Jan 13, 2010, at 9:50 AM, Warren Windvogel wrote:
On 2010/01/13 04:25 PM, Rahul S. Johari wrote:
Ave,
This is what I'm trying to do; I want to read a directory (eg: W:
\Test\) and take all the filenames found in the directory (eg:
1.vox, 2.wav, 3.txt) and store them in a simple
On Jan 13, 2010, at 10:07 AM, Kenneth Sande wrote:
Ashley Sheridan wrote:
On Wed, 2010-01-13 at 09:25 -0500, Rahul S. Johari wrote:
Ave,
This is what I'm trying to do; I want to read a directory (eg: W:
\Test \) and take all the filenames found in the directory (eg:
1.vox, 2.w
On Jan 13, 2010, at 9:56 AM, Warren Windvogel wrote:
On 2010/01/13 04:25 PM, Rahul S. Johari wrote:
Ave,
This is what I'm trying to do; I want to read a directory (eg: W:
\Test\) and take all the filenames found in the directory (eg:
1.vox, 2.wav, 3.txt) and store them in a simple
Ave,
This is what I'm trying to do; I want to read a directory (eg: W:\Test
\) and take all the filenames found in the directory (eg: 1.vox,
2.wav, 3.txt) and store them in a simple mySQL table.
Can I do this?
---
Rahul Sitaram Johari
Founder, Internet Architects Group, Inc.
[Email] sleep
On Nov 30, 2009, at 11:41 AM, Bob McConnell wrote:
From: Rahul S. Johari
On Nov 30, 2009, at 11:07 AM, Bob McConnell wrote:
From: news
even though the dbf has 10K records
Fox can't spend "minutes" to found a match
by the way, its very strange
to have 35 columns in a table/
On Nov 30, 2009, at 11:07 AM, Bob McConnell wrote:
From: news
even though the dbf has 10K records
Fox can't spend "minutes" to found a match
by the way, its very strange
to have 35 columns in a table/dbf or whatever
pay attention to the comment of Ashley
in Fox, you should:
SELECT direc
.
On Nov 24, 2009, at 12:46 PM, Olav wrote:
Rahul S. Johari wrote:
Quite right.
Unfortunately there doesn't seem to be any available ODBC Drivers for
FoxPro available for Mac OS X either!! I'm hitting a brick wall no
matter what direction I take.
Convert to SQLite and don't look b
Quite right.
Unfortunately there doesn't seem to be any available ODBC Drivers for
FoxPro available for Mac OS X either!! I'm hitting a brick wall no
matter what direction I take.
On Nov 24, 2009, at 12:22 PM, Olav wrote:
Ashley Sheridan wrote:
I would assume that any indexes created o
Original Topic:
Still no solution for a faster search through the dbf via PHP.
On Nov 24, 2009, at 11:11 AM, keyser soze wrote:
uhh, i don't know
(time ago Fox was multi-platform unix/mac/dos)
did you found that on the web?
Rahul S. Johari escribió:
Keyser,
It gets better -- I'
hives/2008/01/php_connect_dbf_file.html
Rahul S. Johari escribió:
I do believe that what I'm doing is scanning the foxpro dbase row
by row to get the match ... which is why it's returning the results
very slow.
But I don't know if there's any other way to do this. Basical
er used php+fox
so, reading your code
i see you are scanning the whole dbf file from php
Fox cant help you in this way
if there is not another option for scan a dbf
the row by row method is very slow
Rahul S. Johari escribió:
Your post definitely gives me hope. It's possible I'm doi
worked with Fox
with dbfs of 2 millions of records
and the speed is amazing -- using indexes of course!
regards,
ks
Rahul S. Johari escribió:
Ave,
I'm connecting to a foxpro database (dbase) and simply running a
search to retrieve a record. It's a very simple code.
The problem
On Nov 24, 2009, at 8:59 AM, Ashley Sheridan wrote:
On Tue, 2009-11-24 at 08:40 -0500, Rahul S. Johari wrote:
Ave,
I'm connecting to a foxpro database (dbase) and simply running a
search to retrieve a record. It's a very simple code.
The problem is, as the database is growing, the
Ave,
I'm connecting to a foxpro database (dbase) and simply running a
search to retrieve a record. It's a very simple code.
The problem is, as the database is growing, the search is becoming
ridiculously slow ... and I mean it's taking "minutes". When the dbase
had 10,000 records ... search
On 9/15/09 10:54 AM, "Andres Gonzalez" wrote:
I have an application developed that uses alot of PHP. Currently, it
is
running on a Ubuntu 8.04 , single core CPU host. We are moving to a
quad core host for this application.
Is there anything special that I need to do to configure PHP to
Ave,
I have a client who used Lead360.Com to manage their Leads. We have a
Leads Management application in place that creates an XML file of the
lead which give the client manually to download.
What are client is requesting is to POST the XML File directly to
their Leads360.Com account. W
$this->url) {
$this->justTT = substr($this->url,-10,7);
}
}
}
$myvar=new Test();
$myvar->showOutput();
$othervar=$myvar->justTT;
echo $othervar;
$otherClass=new anotherclass($othervar);
Is that u want?
Zechim
SP/Brazil
-Mensagem original
;url,-10,7);
echo $justTT;
}
}
}
I need to use $justTT. How do I get the value of $justTT into a
different variable outside of this class/function so I can use it in a
different class?
---
Rahul S. Johari
Supervisor, Internet & Administration
In
Ave,
Does anyone have any knowledge on connecting a FoxPro table (.dbf,
dbase) using ODBC on a Mac OS X? I've been googling but not much is
turning up. Some information is available on ODBC Connections using
PHP ... very little on Mac OS X ... and absolutely none to do with a
FoxPro dBase
Ave,
I noticed something peculiar and I can't find a solution for this. I'm
wondering if anyone can help me out.
I'm using the dbase functions to read & write from dbf (foxpro)
tables. The DBF tables usually have an Index which is contained in
filename.cdx. It appears that anytime I Write
On Mar 13, 2009, at 11:44 AM, Shawn McKenzie wrote:
Rahul S. Johari wrote:
On Mar 13, 2009, at 10:01 AM, Bastien Koert wrote:
On Fri, Mar 13, 2009 at 9:56 AM, Rahul S. Johari <
sleepwal...@rahulsjohari.com> wrote:
Ave,
I'm trying to retrieve data from a DBF database and wr
On Mar 13, 2009, at 10:01 AM, Bastien Koert wrote:
On Fri, Mar 13, 2009 at 9:56 AM, Rahul S. Johari <
sleepwal...@rahulsjohari.com> wrote:
Ave,
I'm trying to retrieve data from a DBF database and write it to a
CSV file
in a comma delimited format. I'm able to get the d
Ave,
I'm trying to retrieve data from a DBF database and write it to a CSV
file in a comma delimited format. I'm able to get the data and write
it to CSV, but it only writes the last row/record ... not all the
records. I know I don't have the correct code and I'm hoping someone
can help m
On Sep 12, 2008, at 10:18 AM, Boyd, Todd M. wrote:
-Original Message-
From: Sancar Saran [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 11, 2008 6:15 PM
To: php-general@lists.php.net
Subject: Re: [PHP] Re: Why MS Won't Retire Browsers -- was: Interntet
Explorer 8 beater 2
Because,
On Jul 31, 2008, at 3:10 PM, Boyd, Todd M. wrote:
-Original Message-
From: Rahul S. Johari [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 31, 2008 2:06 PM
To: Boyd, Todd M.
Cc: php-general@lists.php.net
Subject: Re: [PHP] Dynamic Select Lists - 1st Selection Effects 2nd!
--
SOLVED
Did IT Haha ... just as you were probably writing in & sending
this mail.
I pretty much used your theory and actually did look around under http://www.w3schools.com/ajax/
to get the relevant AJAX information. Works like a charm.
Pretty much using an onChange=grabCountiesfromAnotherPHPpa
On Jul 31, 2008, at 12:55 PM, Boyd, Todd M. wrote:
-Original Message-
From: Rahul S. Johari [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 31, 2008 11:40 AM
To: php-general@lists.php.net
Subject: [PHP] Dynamic Select Lists - 1st Selection Effects 2nd!
Ave,
What I have is two Select
Ave,
What I have is two Select (Drop-Down) lists (State & County) and I'm
populating them from a mySQL table. What I want is when the user
selects the State from the State List, the County List should only
pull out counties associated with that State.
Now I know that you can create such a
problem is lying somewhere in either Firefox 3 or my settings of
Firefox 3. Let me look into this.
Thanks guys!
On Jul 22, 2008, at 10:45 AM, Thijs Lensselink wrote:
Quoting "Rahul S. Johari" <[EMAIL PROTECTED]>:
No, actually the flow of the program does not work in that orde
de if possible. Unless there doesn't exist any
alternates, which still stumps me.
Thanks!
On Jul 22, 2008, at 10:37 AM, Andrew Ballard wrote:
On Tue, Jul 22, 2008 at 10:24 AM, Rahul S. Johari
<[EMAIL PROTECTED]> wrote:
It works, but it's not the most efficient solution. The page
r can fill in
somewhere after that
So honestly I don't think it's this code that makes the difference. I
still believe this is a browser cache issue. I could be wrong though.
On Jul 22, 2008, at 9:08 AM, Thijs Lensselink wrote:
Quoting "Rahul S. Johari" <[EMAIL PROT
It works, but it's not the most efficient solution. The page has heavy
graphics & text. Using the header("Location: a.php") loads the page in
question twice. Slower connections will respond slowly to the page.
In theory, the header() statements for not using cache should have
worked - I'm
CT is executed.
On Jul 22, 2008, at 8:34 AM, Thiago H. Pojda wrote:
Code, please? :)
On Tue, Jul 22, 2008 at 9:33 AM, Rahul S. Johari <[EMAIL PROTECTED]
> wrote:
Hmm, interesting.
In my case, $file does indeed output dynamic data.
I did try with the modified time but it still doesn'
;s last modification would indicate some time in the
future, the server MUST replace that date with the message
origination date.
So do not send a future date!
On Tue, Jul 22, 2008 at 2:11 PM, Rahul S. Johari <[EMAIL PROTECTED]
> wrote:
I tried with just the first three header() stateme
odification date then use
$time = filemtime($ffile);
header('Last-Modified: '.gmdate('D, d M Y H:i:s', $time).' GMT');
On Tue, Jul 22, 2008 at 1:14 PM, Rahul S. Johari <[EMAIL PROTECTED]
> wrote:
Ave,
I'm wondering if there's a PHP solution to this,
Ave,
I'm wondering if there's a PHP solution to this, I could be in the
wrong place.
I have an INSERT form which submits to the same php page, which also
displays the records from the mySQL database the INSERT form submits
to. When the form submits and the page returns, the added record doe
On Wednesday 26 December 2007 21:03:40 Mad Unix wrote:
Am facig problem with XSS cross Site scripting general on our web
site, and
i think its a coding issue
since our dedicated server run Linux with apache mysql and php...
any recommendation to resolve this issue
Sure!
---
Rahul Sitaram Jo
On 11/6/07 4:07 PM, "Daniel Brown" <[EMAIL PROTECTED]> wrote:
> We are the geniuses that are the core PHP community. Hear us roar!
:D
You know the funniest thing? As my discussion progressed, and the
contributions back & forth, the problem became evidently little to do with
PHP and a whole
On 11/6/07 12:57 PM, "Nathan Nobbe" <[EMAIL PROTECTED]> wrote:
> perhaps if you google around on something like mac os x /etc/fstab
> something useful will turn up. im sure there is an alternative mechanism
> to mount things at boot time on that system.
>
> -nathan
For whatever reason, when I
On 11/6/07 12:57 PM, "Nathan Nobbe" <[EMAIL PROTECTED]> wrote:
> On 11/6/07, Rahul S. Johari <[EMAIL PROTECTED]> wrote:
>>
>> On 11/6/07 12:03 PM, "Nathan Nobbe" <[EMAIL PROTECTED]> wrote:
>>
>>> On 11/6/07, Rahul
On 11/6/07 12:03 PM, "Nathan Nobbe" <[EMAIL PROTECTED]> wrote:
> On 11/6/07, Rahul S. Johari <[EMAIL PROTECTED]> wrote:
>>
>> I couldn't find an /etc/rd.d or rc3.d on my system at all. I've been
>> manually mounting after each boot, s
On 11/2/07 11:12 AM, "Daniel Brown" <[EMAIL PROTECTED]> wrote:
>
> Rahul,
>
> I believe all of the modern MacOS variants still use the
> *nix-style (due to being based on BSD) rc.d startups, right? If so:
>
> sudo echo "sudo -u www mount_smbfs -f 0777 -d 0777
> //usr:[EMAIL PROTECT
Ave,
Here¹s the thing, I¹ve got an Array which has it¹s own set of Keys =>
Values. I¹m using foreach() to read the Keys => Values like this:
function pr1($var) {
foreach ($var as $k => $v) {
echo ³$k => $v²;
}
I need to INSERT the Values from this a
do {
dbase_add_record($db2, array(
$row_loDispo['phone'],
$row_loDispo['comments'],
$row_loDispo['starttime'],
$row_loDispo['endtime'],
ispo['loanofficer'],
$row_loDispo['verifier'],
$bx));
} while ($row_loDispo = mysql_fetch_assoc($loDispo));
dbase_close($db2);
}
mysql_free_result($loDispo);
header("Location: dbf/$bx.dbf");
Now I just nee
tell.
Thanks!
On 10/6/06 5:21 PM, "Richard Lynch" <[EMAIL PROTECTED]> wrote:
> On Fri, October 6, 2006 2:59 pm, Rahul S. Johari wrote:
>> I'm not sure if I understand your point then! I have about 80 fields
>> in that
>> database that are fetched and dis
PM, "Børge Holen" <[EMAIL PROTECTED]> wrote:
> On Friday 06 October 2006 21:45, Rahul S. Johari wrote:
>> Well, the actual script doesn't just print "found number" if the number
>> exists... It displays all the data from the database of that record, also
> Why not check if $thekey is in the $db, then else echo not found?
> seems all to much to do so little.
>
> On Friday 06 October 2006 18:35, Rahul S. Johari wrote:
>> Ave,
>>
>> code:
>>
>> $db = dbase_open("osm.dbf", 0);
>> if ($db) {
lt;= $record_numbers; $row =
> dbase_get_record_with_names($db, $i),$i++)
> if ($row['PHONE'] == $thekey) { $msg = 'number found'; break; }
> }
> }
> echo $msg;
> // ^^^--- untested
>
Rahul S. Johari
Supervisor, Internet & Administra
(because it checks the
first row, and if the phone number is not in the first row), and basically
exit and not go further with the loop.
On 10/6/06 12:40 PM, "João Cândido de Souza Neto"
<[EMAIL PROTECTED]> wrote:
> Usen this:
>
> echo ³not found²;
> break;
not found² if the phone
number does not exist in the database?
The logic is just failing me at this point.
Rahul S. Johari
Supervisor, Internet & Administration
Informed Marketing Services Inc.
500 Federal Street, Suite 201
Troy NY 12180
Tel: (518) 687-6700 x154
Fax: (518) 687-6799
Em
gt; But not the petty thief who breaks in and takes my computer, and "oh
>> look, now I have his bank account too! Sweet!!!"
>>
>> Puhleeze!
>>
>> Do you really want to bank with a place that does this?
>>
>> --
>> Some people have a "
work
over SSL. Over the internet I have found a few more people in my
situation... their posts in forums gone unanswered. Is there no solution for
this? Are there only a handful who encounter this problem?
On 10/5/06 4:25 PM, "Richard Lynch" <[EMAIL PROTECTED]> wrote:
> On Wed, Octo
afm2_main.php";
> name="upload_form" enctype="multipart/form-data">
>
>
> might be your error, should that not be https:// ?
>
> Andrew
>
> - Original Message -
> From: "Rahul S. Johari" <[EMAIL PROTECTED]>
> To: &q
o nothing much to show in it:
http://www.myurl.com/imsafm2_main.php";
name="upload_form" enctype="multipart/form-data">
Thanks.
On 10/4/06 3:49 PM, "João Cândido de Souza Neto"
<[EMAIL PROTECTED]> wrote:
> Please, show us your code.
>
> "
without SSL and it¹s working
fine!
What¹s the workaround? How do I get this to work on SSL?
Any suggestions?
Rahul S. Johari
Supervisor, Internet & Administration
Informed Marketing Services Inc.
500 Federal Street, Suite 201
Troy NY 12180
Tel: (518) 687-6700 x154
Fax: (518) 687-6799
Email: [E
to differentiate and thus
uniquely id a computer.
Thanks for your response.
On 10/2/06 8:23 AM, "Stut" <[EMAIL PROTECTED]> wrote:
> Rahul S. Johari wrote:
>> I saw this at the Key.Com website for Keybank Customers. When you go to
>> their website to login to view
for one of my
applications.
Any advice?
Rahul S. Johari
Supervisor, Internet & Administration
Informed Marketing Services Inc.
500 Federal Street, Suite 201
Troy NY 12180
Tel: (518) 687-6700 x154
Fax: (518) 687-6799
Email: [EMAIL PROTECTED]
http://www.informed-sources.com
Ok, my code follows. Basically I'm printing ...
my Owner/Group, the existing Owner/Group of the file, the Owner/Group of the
file After trying to change it.
The most interesting thing is... I get absolutely no errors, no warnings,
and everything prints out as if everything worked... Except that it
nged! Even though !chmod didn't say
that mode cannot be changed It wasn't really changing the mode. Which is
why I thought it doesn't work this way.
On 9/19/06 11:58 AM, "Jay Paulson" <[EMAIL PROTECTED]> wrote:
> If (!chmod("/somedir/somefile", 77
Is there a way to find out if a file can be chown¹d or chgrp¹d ? Something
like is_writeable() ... Except that you¹re trying to find out if you can
change the Owner or Group of a file.
Rahul S. Johari
Supervisor, Internet & Administration
Informed Marketing Services Inc.
500 Federal St
Nope.
It looks like this...
drwxr-xr-x 3 root root 4096 Sep 13 10:44 .
drwxr-xr-x 3 root root 4096 Sep 13 10:46 ..
drwx-- 1 rjohari admin 16384 13 Sep 10:38 foresight
Foresight being the mounted share.
On 9/13/06 10:49 AM, "John Nichel" <[EMAIL PROTECTED]> wrote:
&
How can I set the "drwxr-xr-x" permissions on my mounted share? I've set
everything I possibly could in the windows 2003 server to give the mac os x
user full control!
On 9/13/06 10:49 AM, "John Nichel" <[EMAIL PROTECTED]> wrote:
> Rahul S. Johari
erver share to it's own choice of location (which is
inside the hidden folder called "Volumes") instead of a location of my
choice.
Much thanks to all of you!
Rahul S. Johari
Supervisor, Internet & Administration
Informed Marketing Services Inc.
500 Federal Street, Suite 201
I see that. I'm looking this up online.
To bring things back to the scope of the mailing list... Is there anyone
here who's successfully had PHP read a file sitting on a mounted share on
Mac OS X?
On 9/13/06 2:53 PM, "John Nichel" <[EMAIL PROTECTED]> wrote:
> Rah
s of the mount
> command (as well as rw mode).
Rahul S. Johari
Supervisor, Internet & Administration
Informed Marketing Services Inc.
500 Federal Street, Suite 201
Troy NY 12180
Tel: (518) 687-6700 x154
Fax: (518) 687-6799
Email: [EMAIL PROTECTED]
http://www.informed-sources.com
--
PHP
thing? If not, try it as the root/admin account.
Rahul S. Johari
Supervisor, Internet & Administration
Informed Marketing Services Inc.
500 Federal Street, Suite 201
Troy NY 12180
Tel: (518) 687-6700 x154
Fax: (518) 687-6799
Email: [EMAIL PROTECTED]
http://www.informed-sources.com
--
P
wrote:
> On Wednesday 13 September 2006 10:30, John Nichel wrote:
>> Rahul S. Johari wrote:
>>> Nope.
>>> It looks like this...
>>>
>>>
>>> drwxr-xr-x 3 root root 4096 Sep 13 10:44 .
>>> drwxr-xr-x 3 root root 4096 Sep 13 10:46 ..
&g
I tried the chmod command in the Terminal Window, but I'm not really getting
the exact command that I need to change the permissions.
On 9/13/06 12:08 PM, "Ray Hauge" <[EMAIL PROTECTED]> wrote:
> On Wednesday 13 September 2006 10:58, Rahul S. Johari wrote:
>> Bee
Been reading and reading... Can't get much out of it.
Everytime I try the mount command, I get "can't get net id"
On 9/13/06 11:39 AM, "John Nichel" <[EMAIL PROTECTED]> wrote:
> Rahul S. Johari wrote:
>> How can I set the "drwxr-xr-x" pe
you talking about my Apache Web Server, or the
mounted share called "foresight" ?
On 9/13/06 11:30 AM, "John Nichel" <[EMAIL PROTECTED]> wrote:
> Rahul S. Johari wrote:
>> Nope.
>> It looks like this...
>>
>>
>> drwxr-xr-x 3 root root 40
Samba. It's an SMB share.
On 9/13/06 12:39 AM, "Chris" <[EMAIL PROTECTED]> wrote:
> Rahul S. Johari wrote:
>> That was a good idea. I tried that... It was showing nothing for
>> /Volumes/foresight ... But it did show the contents of /Volumes... And
>>
t;file" But foresight's
filetype had nothing in it!!
On 9/12/06 6:18 PM, "Ray Hauge" <[EMAIL PROTECTED]> wrote:
> You could try getting a directory listing with PHP to see if you can see what
> files are in there, or if you can access that directory through PHP.
mes directory? Check doc_root,
> open_basedir in your php.ini:
>
> http://us3.php.net/manual/en/ini.php
>
> steve
>
> On Tue, 12 Sep 2006, Rahul S. Johari wrote:
>
>>
>> I did exactly that... Used Terminal to find the correct path. Did "pwd&q
n OSX, then PHP should be able to see the
> file in the same path.
Rahul S. Johari
Supervisor, Internet & Administration
Informed Marketing Services Inc.
500 Federal Street, Suite 201
Troy NY 12180
Tel: (518) 687-6700 x154
Fax: (518) 687-6799
Email: [EMAIL PROTECTED]
http://www.informe
can't get my path to work.
On 9/12/06 5:47 PM, "John Nichel" <[EMAIL PROTECTED]> wrote:
> Rahul S. Johari wrote:
>> Permissions have been set on the Windows Server for the Mac user... And all
>> permissions have been given to him.
>>
>> This
Hauge" <[EMAIL PROTECTED]> wrote:
> On Tuesday 12 September 2006 16:45, Rahul S. Johari wrote:
>> If I hit 'Get Info' on the share folder, a file within that folder, or even
>> the DBF I'm trying to open... Mac OS X tells me that I have 'Read & Writ
or I get:
Warning: dbase_open() [function.dbase-open]: unable to open database
/Volumes/foresight/2qc0831.dbf in
/Library/WebServer/Documents/site.com/folder/file.php on line 29
On 9/12/06 5:46 PM, "Ray Hauge" <[EMAIL PROTECTED]> wrote:
> On Tuesday 12 September 2006 16:33, Rahul S.
ECTED]> wrote:
> On Tuesday 12 September 2006 16:27, Rahul S. Johari wrote:
>> Ave,
>>
>> I¹m getting really frustrated with this. How do I get PHP to open/read a
>> file which is on a Share, mounted on Mac OS X.
>>
>> My Mac OS X is connected to a Windows 20
In my Windows 2003 Server I've given the Mac OS X user all the permissions
possible for that Share.
Is there something I have to do in php as far as permissions are concerned?
On 9/12/06 5:31 PM, "John Nichel" <[EMAIL PROTECTED]> wrote:
> Rahul S. Johari wrote:
&g
¹t get the path to work!!
I¹ve tried ³/Volumes/Server/file.dbf² . I¹ve tried to create Aliases
(shortcuts)... But nothing seems to work! What¹s the trick? How can I get
this to work? Any suggestions?
Rahul S. Johari
Supervisor, Internet & Administration
Informed Marketing Services Inc.
a record and display it
without importing it into mySQL.
Any suggestions?
Rahul S. Johari
Supervisor, Internet & Administration
Informed Marketing Services Inc.
500 Federal Street, Suite 201
Troy NY 12180
Tel: (518) 687-6700 x154
Fax: (518) 687-6799
Email: [EMAIL PROTECTED]
http://www.info
Ray,
Interestingly, I don't' allow special characters in File Names for files
being uploaded to the File Manager. So that problem won't occur.
Thanks.
On 6/1/06 4:23 PM, "Ray Hauge" <[EMAIL PROTECTED]> wrote:
> On Thursday 01 June 2006 13:15, Rahul S. Joh
an see, I basically explode the Array on the “#” seperator, and
delete the Row & File. Is working like a charm!!
On 6/1/06 4:07 PM, "Ray Hauge" <[EMAIL PROTECTED]> wrote:
> On Thursday 01 June 2006 12:58, Rahul S. Johari wrote:
>> Ave,
>>
>>
Ave,
I¹m stuck on a problem here.
I have a file manager kind of application and I¹m trying to add the
functionality to delete multiple files.
Basically, there¹s a bunch of rows generated dynamically. Each row has a
checkbox for ³Delete² option, and a hidden field which contains the name of
the Fi
the data to display separately out of that field in the Listings view and
more importantly how to include that data in the Search options.
Any help would be appreciated.
Thanks,
Rahul S. Johari
Coordinator, Internet & Administration
Informed Marketing Services Inc.
500 Federal Street, Suite
experienced with the AJAX/PHP Upload progress bar, and would
like to contribute suggestions, I¹m open to that as well.
Thanks,
Rahul S. Johari
Coordinator, Internet & Administration
Informed Marketing Services Inc.
500 Federal Street, Suite 201
Troy NY 12180
Tel: (518) 687-6700 x154
Fax: (518
s.
I moved the files to another folder and it works! Well, sort of. I'm getting
ye 'ol "Warning: session_start(): Cannot send session cache limiter -
headers already sent (output started at..." error. But I'll work it out.
Nothing that I haven' dealt with before.
T
my internet server, it just keeps giving me the
500 Internal Server Error. Any reason why it would be doing so?
Rahul S. Johari
Coordinator, Internet & Administration
Informed Marketing Services Inc.
500 Federal Street, Suite 201
Troy NY 12180
Tel: (518) 687-6700 x154
Fax: (518) 687-6799
E
d it did (at least no one can prove it) -- so don't whack me for
> it -- it's just a suggestion.
>
>
> tedd
Rahul S. Johari
Coordinator, Internet & Administration
Informed Marketing Services Inc.
500 Federal Street, Suite 201
Troy NY 12180
Tel: (518) 687-6700 x154
Fax: (518)
te:
> You could always block a range of IP addresses, but you may cut out a
> legitimate user.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
Rahul S. Johari
Coordinator, Internet & Administration
Informed Marketin
locked Addresses, It¹s not the most efficient method in the world.
What other logic can I apply to automatically block the spammer? Or at least
have a more efficient method of blocking the Spammer and his IP¹s?
Thanks.
On 3/30/06 8:41 AM, "Rahul S. Johari" <[EMAIL PROTECTED]> wrote
ment about the site, at least not at this point, which is why I do
want to stay away from these methods for the Guestbook for now.
Let me try a few other suggestions first and see how it goes, and then I'll
decide if I need to add more capabilities/security to the Guestbook.
Thanks for your
records
with NULL as IP for audience who¹s IP is recorded as NULL.
Thanks!
Rahul S. Johari
Coordinator, Internet & Administration
Informed Marketing Services Inc.
500 Federal Street, Suite 201
Troy NY 12180
Tel: (518) 687-6700 x154
Fax: (518) 687-6799
Email: [EMAIL PROTECTED]
http://www.info
then block him?
Thanks,
Rahul S. Johari
Coordinator, Internet & Administration
Informed Marketing Services Inc.
500 Federal Street, Suite 201
Troy NY 12180
Tel: (518) 687-6700 x154
Fax: (518) 687-6799
Email: [EMAIL PROTECTED]
http://www.informed-sources.com
>
>> Yes, but as I understand it, MySQL will continue to increment as new
>> records are added, so it would be possible that you have only one record
>> in the table, but not be able to add another because of the 4 digit
>> restriction. If this is the case, you wil
t be able to add another because of the 4 digit
> restriction. If this is the case, you will only be able to have 10,000
> ADDs, not 10,000 records. Just something to be aware of.
>
> JM
Rahul S. Johari
Coordinator, Internet & Administration
Informed Marketing Services Inc.
2
Ave,
Yes phpMyAdmin does but I'm sure many other don't. I'll keep this in mind.
Thanks.
On 12/15/05 11:01 AM, "John Hinton" <[EMAIL PROTECTED]> wrote:
> Rahul S. Johari wrote:
>
>> Ave,
>>
>> I'm looking into the ZEROFILL option no
1 - 100 of 144 matches
Mail list logo