Does anyone have examples or know of documentation in order to receive and
respond to cxml punchout requests. I'm attempting to integrate my cart with
a catalog however have not done much coding with cxml or xml. Thanks in
advance.
The Disguised Jedi wrote:
Hello all -
I've been a list member for a while, helped out some people, and asked
some questions. But, today I have a completely off topic, but
somewhat relevant question for y'all.
What is your favorite Linux distribution? What would you recommend
for my situation?
Not
On Tue, 2004-08-03 at 11:09, Matthew Sims wrote:
> > I'm trying to make a custom calendar script for my school district, and
> > I'm hitting a little obstacle. I know how I can accomplish what I'm
> > after, but it's a lot of extra coding. I'm wondering if there's a
> > simple way to figure out w
I'm trying to make a custom calendar script for my school district, and
I'm hitting a little obstacle. I know how I can accomplish what I'm
after, but it's a lot of extra coding. I'm wondering if there's a
simple way to figure out what day of the week the first day of the month
lands on. I can t
this on an Intranet where you would resolve 'automobiles' to an IP address?
Thanks for any help,
-Matt
--
Remove the obvious text (including the dash) to email me.
--
Phil Frisbie, Jr.
Hawk Software
http://www.hawksoft.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscri
] Error 1
`make' failed
The entire output is below.
Any advice would be appreciated.
Thanks!
JR
[EMAIL PROTECTED] html]# pear install SQLite-1.0.tgz
48 source files, building
running: phpize
You should update your `aclocal.m4' by running aclocal.
Configuring for:
PHP Api Version: 20020
adodb layer.
php.weblogs.com/adodb
- Original Message -
From: "Jay Blanchard" <[EMAIL PROTECTED]>
To: "Gilberto Garcia Jr." <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, September 08, 2003 5:45 PM
Subject: RE: [PHP] adodb and php5
[snip]
Does
Does anyone had tested ADODB with php5?
I can make a query, print the recordcount but when i try to show the result i got
nothing
PConnect('some', 'some', 'some', 'some');
$seleciona = "
select campo
from tabela
";
$qry =& $conn->Execute($seleciona);
if (!$qry) {
echo $conn->ErrorMsg();
echo
4.3.3.
Any help would be greatly appreciated.
Thanks,
JR
-
John Rudnick
RHCE #808003122507415
MySQL Certification #206067847
SallyJo, Inc., provides Top Notch Web Hosting & Programming!
Ask me about Dedicated Hosting starting at just $89 per month.
./configure --prefix=/usr --exec-pr
ok. This is probably simple but I am not thinking straight. Here is what
I want to do
I have a function that makes a connection to a live datafeed website and
downloads data via a pfsockopen() statement. After awhile the data stops
feeding but the connection stays open. when the data stop
---
From: Analysis & Solutions
Date: Wednesday, August 13, 2003 10:02:15 PM
To: PHP List
Subject: Re: [PHP] php conditional loop question
On Wed, Aug 13, 2003 at 09:51:39PM -0400, Randy L Johnson Jr wrote:
>
> I have a function that makes a connection to a live datafeed website and
&
there is something in the php.ini file that turns the display errors in browser on and off...
Randy
---Original Message---
From: Kris Reid
Date: Wednesday, August 13, 2003 10:36:59 PM
To: PHP List
Subject: Re: [PHP] error problem
Sorry the second "echo "Hello world";" was me
ction with a number exit(3) and use that value as the condition in the while?
Randy
* Thus wrote Randy L Johnson Jr ([EMAIL PROTECTED]):
> I have done this but it does not seem to ever get to the end of file, I have
> it inserting the values into the database, it goes for awhile aroun
Hi,
I have PHP 4.3.1 and PostgreSQL 7.3 running in a Mandrake 9.1
workstation. When trying to connect to the DB, the PHP execution just
blocks in pg_connect() call, and it remain blocked for several minutes -
until I cancel the request. Sometimes the call completes, but I am not
sure i
Hey guys,
I made a class to work with file upload.
I used the php function is_executable. and in php 4.2.x it works ok, on linux and on
windows.
Last week I update my php to 4.3.x and this function stop work. In fact I got this
error. undefinied function.
Does anyone can help?
thanks
How I can use php and mcrypt on windows? I mean. What I have to do to turn php able to
use mcrypt function on windows.
Thanks
Hey guys,
How can I enable php to work with mcrypt functions?
I´m using debian woody linux. I´ve had installed libmcrypt already, from
debian cds. But I dont know how to make php understands this lib.
thanks
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.
I´m a newbie on this class. But i´m getting this error.
if I define a constant using define('',''); I get template as just if doesnt
has parsed anithing. all constants name´s are showed without changing the
name per values. So, when i define the constant as a variable $x = ''; it
works fine.
anyo
It was a cookie problem. between php and windows.
thanks
-Mensagem original-
De: Chris Hewitt [mailto:[EMAIL PROTECTED]
Enviada em: segunda-feira, 17 de março de 2003 11:45
Para: Gilberto Garcia Jr.
Cc: PHP
Assunto: Re: [PHP] login problem
Gilberto Garcia Jr. wrote:
>Hi guys.
&g
Hi guys.
I´m having a problem with a login system. I enter with the correct password
and I press the submit button. But, nothing happens. It´s not a typinh
mistake, cause when i enter the wrong pass. it returns me an error. What
this can be???
thanks
---
Outgoing mail is certified Virus Free.
Ch
Somebody here use adodb with oracle?
I´m triyng to use that, but I´m noting realize how to estabilish a conection
with oracle.
I´m getting the folowing error:
Fatal error: Call to undefined function: ora_plogon() in
e:\inetpub\wwwroot\hosted\EnsinoNet\php\adodb\drivers\adodb-oracle.inc.php
on li
You can find this here -> http://www.php.net/manual/en/ref.mail.php
-Original Message-
From: micah lamb [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 07, 2003 5:29 PM
To: [EMAIL PROTECTED]
Subject: [PHP] mail() and sendmail path
Is there any way to declare the path to sendmail locall
If you are using cookies the new window will pick it up. Have the original
page change a variable to say that it has loaded then when the new window
loads have it check that variable first.
-Original Message-
From: Roman Sanchez [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 07, 2003 1:
Hey Guys,
How can I get the value of an javascript string and pass it to a php variable?
i.e.
var x = "test";
thanks
Iced Sun
Thanks, but just a little part of the problem was solved.
the other part is: why php doesn´t move the upload file to the specified
directory, with move_uploaded_file?
- Original Message -
From: "Marek Kilimajer" <[EMAIL PROTECTED]>
To: "Gilberto Garcia Jr." &l
Hey guys,
I have a red hat 7.3 server running apache and php4. It all seems working fine, but
when I try to upload a file through a form I got nothing. I mean, I can ouput the temp
name of the file, the final name, size and other stuff. but some functions don´t work.
Like
If (!is_executable($u
trying to understand. :o)
Bill
-Original Message-
From: Jason Wong [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 21, 2003 8:56 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Page Rendering
On Tuesday 21 January 2003 22:26, Bill Arbuckle, Jr. wrote:
> This code is at the top of
Hi all. I am having some problems with a script which reads information
from a database and creates a table. It works in IE but not Netscape. I
call myself going through the tags to make sure all that were open were
closed because Netscape doesn't like unfinished business. What I have is a
scri
rvera.com/qotd.php' for inclusion
(include_path='.;c:\php4\pear') in c:\webdev\kids\homebody.inc on line 27
Any ideas? I know that I am missing something here.
Thanks,
Bill
-Original Message-
From: Timothy Hitchens (HiTCHO) [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 0
location.href=""
should work ... hth ... Bill
-Original Message-
From: Ysrael Guzmán [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 08, 2003 4:30 PM
To: [EMAIL PROTECTED]
Subject: [PHP] read javascript variable php?
example:
location.href="$destination";
or
location.href="";
This may be a no-brainer for everyone but me but ... I have several php
scripts residing on a web site on Server A. In a library file on Server A
are misc. functions, some of which query an underlying database and return a
text string as the result. On another web site on Server B I would like to
You might consider using cookies that keep track of the user's
login name and a bitwise status to control AAA (Authentication,
Authorization, and Access0 controls instead of using session variables.
-mel
On Wed, 1 Jan 2003, Jean-Christian Imbeault wrote:
> On my web site there are some areas tha
This field contains ONLY the \Z. Thanks for the suggestion but it
generates the following error message:
Parse error: parse error, unexpected '\"' in
On Sun, 2002-12-22 at 04:49, Mattia wrote:
>
> "Dave J. Hala Jr." <[EMAIL PROTECTED]> ha scritto nel
nix, MS-DOS and Windows NT (also known as the Good, the Bad, and
the Ugly)"
OSIS
Dave J. Hala Jr.
641.485.1606
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
quot;;
On Mon, 2002-11-18 at 04:55, BigDog wrote:
> but where is the form that you created...
>
> That was i can see what you have set up inside of the form tag...
>
>
> On Mon, 2002-11-18 at 17:51, Dave J. Hala Jr. wrote:
> > SQN: 4SQN=4 SQN: 4
menu.php";>Liheap Processing
Menu
https://122.192.204.199/main.php";>Main Menu
https://122.192.204.199/logout.php";>Logout
What does the entire form look like?
>
>
>
> On Mon, 2002-11-18 at 17:43, Dave J. Hala Jr. wrot
first one then
> that is what you will get when you post or get the form.
>
> if you want a blank one then do
>
>
> and that should not pass anything in the post or get...
>
>
>
> On Mon, 2002-11-18 at 17:30, Dave J. Hala Jr. wrote:
> > I'm running p
#x27;t know what changed,
but it only happens with certain variables on certain posts. Anyone
else seen this type of behavior?
:) Dave
--
"...Unix, MS-DOS and Windows NT (also known as the Good, the Bad, and
the Ugly)"
OSIS
Dave J. Hala Jr.
641.485.1606
--
PHP General Mailing List (ht
do is extract [EMAIL PROTECTED] from; mailto:jr@;johnrudnick.com">[EMAIL PROTECTED].
Any help would be appreciated.
Thanks in Advance!
JR
-
SallyJo, Inc., offers Top Notch Dedicated & Virtual Hosting.
Visit: http://www.SallyJoInc.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
there is a problem in mysql database.there r two
tables.one table is named as transactions and
the other is named as the code.the transactions table
has got the 12 fields which r the following
1.clientid int 2.date date 3.isinno text 4.debit
int 5.credit int 6.desc text
7.dpid1 text
.com/desdev/mx/flash/articles/flashmx_php.html
>
> HTH
> -Brad
>
> "Thomas Edison Jr." wrote:
> >
> > I have a mySQL db, and a bunch of tables in it.
> > What i want to do, is to pick up some data, and
> > display in my Flash Movie.
> >
> > For e
in my Flash movie.
How can we exactly insert PHP Coding inside Flash
Movie to make the code work? Any tips...
Thanks,
T. Edison Jr.
__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
--
PHP General Mailing
dies. so i would prefer someone like them or
better then them. I'd really appreciate if someone can
find me a better Host.
Thanks,
T. Edison Jr.
__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com
--
PHP General Mai
I am trying to use the "imagettfbbox" function. Am testing the script on my
local network
running W2K. Have defined :
$fontfile = "arial.tff"; // this file is in the same directory
with my script
The instruction that fails:
$thetextbox = ImageTTFBBox ($fontsize, 0, $fontfile, "
hi!
i have a problem in my project.the problem is that
suppose we have the date for the whole of the month
and two different files r there.
i have to pick one file of the current date that is
say today and the other file of the yesterday.but the
problem is that if the current date is monday then t
on in the head, how
will those variables pass?
2. I'm already using Target=_Blank ... problem with
that is that you cannot control size of window. And
that is exactly what i need to do.. define parameters
for the window...
Thanks,
T. Edison Jr.
--- vins <[EMAIL PROTECTED]> wrote:
. How can i do this?
Thanks,
T. Edison Jr.
__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ks,
T. Edison Jr.
--- John Holmes <[EMAIL PROTECTED]> wrote:
> > I just want my Adding Into Database script to
> check if
> > the Name/Country already exists, and if it does,
> it
> > shouldn't be allowed.
> >
> > If some with
> > Name : Jackson
&g
g Balance of 21st to
get the Closing Balance. So this is what i have to do.
I need to pick up the Opening Balance from the
Holdings Table of a Date Previous to the Transactions
that i'm displaying.
How can i do this?
Thanks,
T. Edison Jr.
__
hint?
T. Edison Jr.
__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
now change
my code to generate the Random Number which of course
is much better! Thanks...
T. Edison Jr.
--- Wouter van Vliet <[EMAIL PROTECTED]> wrote:
> I don't see why your code is so wrong but
> neither do I see what it
> reall does. YOu are changing the clientI
uthentication".
I'm using the following code which i know is wrong,
what would be correct?
Thanks,
T. Edison Jr.
__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Simple.. just edit your php.ini file in your windows
directory. Search for "register_globals" .. it will
have "Off" in front of it.. switch it to "On"
T. Edison jr.
--- ram friend <[EMAIL PROTECTED]> wrote:
> hello,
> I have just installed apache+php4,
> I use Windows but the command on Linux is close
>
> if the file is called mydata.sql
>
> mysql > \. C:\mydata.sql
>
>
> Hope this works
>
> Pradeep
>
>
> - Original Message -
> From: "Thomas Edison Jr." <[EMAIL PROTECTED]
be my internet is not
able to send all the data. I dont' know.
Now can anyone suggest a possibly solution? Can i
break up the file automatically and send or something?
Please help..
T. Edison Jr.
__
Do You Yahoo!?
Yahoo! Autos - Get free new
bsite mySQL.
Thanks,
T. Edison Jr.
--- Jason Wong <[EMAIL PROTECTED]> wrote:
> On Saturday 13 July 2002 13:45, Thomas Edison Jr.
> wrote:
> > Glory!
> >
> > Let's say i got a bunch of Data in my mySQL Table
> on
> > my localhost. I need all this Dat
elp needed!
Thanks,
T. Edison Jr.
__
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
$myrow[stuff], that is, coming in from a
Database Table. How do i define these values up in the
Javascript function in the of the file?
Thanks,
T. Edison Jr.
__
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com
-
Glory,
I use phpMyAdmin which enables me to take dump of
mySQL Table Data into Comma Seperated Values file
(.csv)
Now, i have to create such a program that accomplishes
this, without using phpMyAdmin. Can someone guide me
to this procedure..
Thanks,
T. Edison Jr
, in my PHP/mySQL.
Thanks,
T. Edison Jr.
__
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
";
> $realcontent .= "$myrow['q']";
> }
>
Thanks,
T. Edison Jr.
__
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
r
whatever can accomplish this, to restrict parameters
of the window in which add2cart.php opens, at the same
time the variables of my form should get submitted
into the add2cart.php
T. Edison Jr.
__
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First
Thank you for your *extreme* kindness...
I do not know where to begin to make this happen.
I created a variable and ran the entire do while loop
to read contents of the table and tried storing them
in the variable, which could be used as Content of the
mail. However, i just get the Last Row in m
ield2 : dsjdkj
row1field3 : skljskj
row2field1 : dkjhdkj
row2field2 : dsjdkj
row2field3 : skljskj
And so on, apart from the other mail info.
Can anyone help me out with this...
Thanks,
T. Edison Jr.
__
Do You Yahoo!?
Sign up for SBC Yahoo!
Hi,
When i press the Submit button, i would like it to
open in a new Javascript Windows with well-defined
characteristics like size, width etc.
I create a window.open function and gave the name of
my PHP page .. but the Form Variables are not passing
into it..
Thanks,
T. Edison Jr
show data to users on the Website. It's something
like that. The software involves a lot of processing,
decryption, conversion etc. to convert a .dat data
into usable mySQL Tables Data.
Hope somebody can help.
Thanks,
T. Edison Jr.
__
Do You Ya
T. Edison Jr.
=
Rahul S. Johari (Director)
**
Abraxas Technologies Inc.
Homepage : http://www.abraxastech.com
Email : [EMAIL PROTECTED]
Tel : 91-4546512/4522124
***
___
Ok... i'll go for 1.3.24
Thanks,
T. Edison Jr.
--- R'twick Niceorgaw <[EMAIL PROTECTED]> wrote:
> use apache 1.3.24..
> php has experimental support for apache 2.0.x.. so
> don't trust it much
>
> - Original Message -
> From: "Thomas E
ave 2 versions available.. 2.0 & 1.3 .. i just
want to know which one i should use, and if PHP is
compatible with both.. and that if i do use 2.0, the
Install Doc in PHP has given no instructions on how to
install php on Apache 2.0, so how will i install it..
Any suggestions most welco
Glory!
T. Edison jr.
--- Miguel Cruz <[EMAIL PROTECTED]> wrote:
> On Sat, 11 May 2002, Thomas Edison Jr. wrote:
> > If i have a filename "room.jpg" in my Upload
> > Directory, and someone else comes and uploads a
> file
> > by the same name, the previous &quo
WOOO.. i did not know this was possible :
file_exists("mjpalpics/$img1_name")
And this might actually solve the whole issue!! Let me
try this..
Thanks a BUNCH!
T. Edison Jr.
--- John Holmes <[EMAIL PROTECTED]> wrote:
> > > copy("$img1", "mjpalpics/$i
Well thanks a bunch!
--- Nick Wilson <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
> * and then Thomas Edison Jr. declared
> > Hmm... possibly when i say
> > if(file_exists($img1_name)), he's looking for the
>
l place.. and so he overwrites while
copying..Possibly! Don't know for sure.
T. Edison Jr.
=
Rahul S. Johari (Director)
**
Abraxas Technologies Inc.
Homepage : ht
Glory & Power!
I'm using the following code now... the Error is gone,
but it's still overwriting the old file. It's not
changing the name.. not doing anything, just uploading
this new file and replacing the old one..
"256000")
and ($img1_type != "image/pjpeg") or ($img1_type !=
"image/jpeg"))
_name = $img1_name+n;
}
And thanks a lot..
Thus Spake T. Edison Jr. !!
--- Nick Wilson <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
> * and then Thomas Edison Jr. declared
> > Hi,
> >
> > If i have a filename "
Hi,
Ok there were a lot of mistakes in that code. IN fact
i rubbed it off completely and am using a new code..
Everything works fine now, except that if the filename
exists, any new file with the same name overwrites the
old file.. What do i do about it?
Here is the code i'm using :
Thank y
echo "
Your Photo : Name - $img1_name | Size - $img1_size
| MIME Type - $img1_type
";
}
else {
echo "No photograph uploaded, or wrong Type/Size
photograph";
}
?>
Thanks a LOT!
T. Edison jr.
=
Rahul S. Johari (Director)
***
soon as i put in this particular
code to check for File Type, it does NOT upload any
file.
Help!
T. Edison Jr.
=
Rahul S. Johari (Director)
**
Abraxas Technologies Inc.
Homepage : http://www.abraxa
se is
postgresql.
Thanks for any help.
Jr
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
This data was exported via SQL Server.. using Oracle.
I need to use this data in my mySQL Database and work
on it through PHP.
Can i use phpMyAdmin for this.. or some other method?
Thanks,
T. Edison Jr.
__
Do You Yahoo!?
Yahoo! Tax Center
is record should appear.
Could someone guide me for the same
Thanks,
T. Edison Jr.
__
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
i want is that if someone searches for "Game"
or "Ball", even then this record should appear.
Could someone guide me for the same
Thanks,
T. Edison Jr.
=
Rahul S. Johari (Director)
**
Abraxas Technologies I
this :
Millenium basket ball
Now if someone searches for "basket" or "ball" .. i
want this record to show up in search results. How can
i make that possible?
Can anyone guide me towards this..
Thanks,
T. Edison Jr.
=
Rahul S. Johari (Director)
*
Hello,
inside php.ini file there's a special configuration:
; Transparent output compression using the zlib library
; Valid values for this option are 'off', 'on', or a specific
; buffer size to be used for compression (default is 4KB)
zlib.output_compression = On
this way pages will be parsed
Hi,
Thanks.. actually that problem is solved, this is what
i used :
$myrow[ilmage] = eregi_replace('\.jpg$', 'a.jpg',
$myrow[ilmage]);
$myrow[ilmage] = eregi_replace('\.gif$', 'a.gif',
$myrow[ilmage]);
and it's now showing the small image
g$', 'a.jpg',
> $oldname);
>
> No point messing up your database; just use
> something like the above when
> you're outputting the image tags for the thumbnails.
>
> miguel
>
> On Mon, 8 Apr 2002, Thomas Edison Jr. wrote:
>
> > I have a new v
g.gif"! How can i
insert an "a" at the end of the name before the "." ?
2. OR.. can i insert the "a" before the "." in the
image name in my mySQL database itself.
Either of the two solutions can work for me.
Thanks,
T. Edison Jr.
In fact, using Apache Win32 Module on a Windows 98 PC
is a much better choice & option rather then PWS.
Apache server gives greater flexibility & support.
I don't see any reason why you should choose PWS over
Apache Win32 for your Win 98 PC?
T. Edison Jr.
--- R'twick
If you look on the net, i'm sure you'll find the PWS.
Regards,
T. Edison jr.
--- Don <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Does anyone know of a personal web server that I can
> installon my Win 98 machine that supports PHP
Thanks... actually the software DBTools from
www.dbtools.com.br is excellent for the same purpose,
as suggested by someone here. It does the needful
pretty efficiently.
Cheers!
T. Edison Jr.
--- Jon Farmer <[EMAIL PROTECTED]> wrote:
> > Can anyone tell me how to convert/send data
on the internet.
Really appreciate your help...
Thanks!
T. Edison jr.
--- Steven Dowd <[EMAIL PROTECTED]> wrote:
>
>
> you should try this program , DBTools
>
> http://www.dbtools.com.br/
>
> a.. Import Structure and Data from others Databases
> (MS Access, MS FoxP
Can anyone tell me how to convert/send data stored in
an MS Access database to a mySQL table through PHP??
T. Edison Jr.
=
Rahul S. Johari (Director)
**
Abraxas Technologies Inc.
Homepage : http://www.abraxastech.com
Email : [EMAIL PROTECTED]
Tel
I want errors reported on a page when the mail()
function for any reason fails to send emails. FOr
example, if there is a malformed email address or
anything, and the mail is not sent, how can i catch
the Error and Display it on the page?
Thanks,
T. Edison Jr.
=
Rahul S. Johari (Director
With the phpMyAdmin, you get a "Config.inc" file. You
will have to change the parameters (username,
password, database) etc., in order to access your
phpMyAdmin.
T. Edison Jr.
--- "Chuck \"PUP\" Payne" <[EMAIL PROTECTED]>
wrote:
> I have a client that has
.= "bcc:$b\n"; // BCCs to
mail($to,$subject,$message,$headers);
}
?>
If there are any errors in sending the mail, how can i
get those errors, or at least have the alert that an
error was there and mail could not be sent, printed on
the page?
Thanks,
T. Edison jr.
=
Ra
Hey THANKS!
It worked.. just the way i wanted! Thank you so much.
T. Edison Jr.
--- RIVES Sergio <[EMAIL PROTECTED]> wrote:
> i don't know if it will work... i am quite a newbie
> in this stuff.
>
> Hope it could help you
>
>
> "Thomas Edison Jr."
Hi,
This is the code i'm using so far :
$myrow[num]
");
} while ($myrow = mysql_fetch_array($result));
}
else {
echo "Sorry, no records matching your criteria were
found!";
}
?>
But this displays all records one per line...
T. Edison Jr.
=
Ra
n one line, there should
be only 5 usernames, seperates by spaces. Like this :
user1 user2 user3 user4 user5
user6 user7 user8 user9 user10
Can you help?
Thanks,
T. Edison jr.
--- RIVES Sergio <[EMAIL PROTECTED]> wrote:
> may you give me more explanations ?
> thanx
> SR
>
> &
Hi,
I would like to display 5 records per line on the
Results page. Not seperated by a comma, but just
seperated by Space. How can i do that?
Thanks,
T. Edison jr.
=
Rahul S. Johari (Director)
**
Abraxas Technologies Inc.
Homepage : http
adresses
in one line, then the next 5 in the next line and so
on. Also, perhaps if these emails are seperated by
space, nothing else or more.
Can someone help me with a code.
Regards,
T. Edison jr.
=
Rahul S. Johari (Director)
**
Abraxas Technologies
1 - 100 of 197 matches
Mail list logo