r anything and all I have
are session variables to use. Thanks in advance for the help.
-Jordan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Thanks George...that did the trick...sometimes I want to smack myself for
not seeing the obvious. Thanks for the help.
-Jordan
George Nicolae <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> the mail function looks like : mail($to,$subj
');
session_register('kdetail');
session_register('kdriver');
session_register('ksponsor');
session_register('kcompany');
session_register('kprice');
I get mixed and varied results...usually the items show up twice or don't
show up at all. Please help if you can see anything that is being done
wrong. Thanks...
-Jordan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Eric,
Isnt there really no need for the 'return' though?
$test ($var)
{
addslashes($var)
}
$foo = "He's dreaming";
$foo = test($foo);
print($foo);
//should also print He\'s dreaming
Am I incorrect in thinking this?
-Jordan K. Martin
http://www.newimagedes
nfo posted. Thanks in advance.
-Jordan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
I tried but nothing different happened. I'm still playing though and I'll
see if I can make it work. I'm new to all of this...so we'll see how it
goes. Thanks for your help.
-jordan
Fred <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL P
I'm trying to increment a variable but either clicking on link or button but
I don't want to reload the page. Is there any possible way to pull this
off?
Thanks,
-Jordan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional c
r all of the other item numbers in the array.
any help would be majorly appreciate.
-Jordan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Is there any way to pass a multi-dimenstional through a url. something like
/cart.exe?item[1][1]=3
just curious.
-Jordan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list
Hey all,
Just a quick question...how would you pass a PHP variable to a JavaScript
function?
-Jordan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail
is there anyway to drag session variables to another server or are they
server specific? If you can't drag a session can you do an include for a
page on a different server giving it's URL? Just curious.
-Jordan
--
PHP General Mailing List (http://www.php.net/)
To unsubscri
rry a session...is there anyway I could
include this page on the ssl server into my main server from my host? If I
could do an include I could continue the session and use it's stored
variables.
Thank you for the help.
-Jordan
--
PHP General Mailing List (http://www.php.net/)
To unsubscri
> Ashley Sheridan a écrit :
>> On Sun, 2008-12-14 at 16:33 -0600, jeffery harris wrote:
>>> Hi guys/gals. I'm a first time user. Does anyone know of a good php
>>> book?
>>>
>>>
>>>
>> I tend to trust O'Reilly books a lot for all things programming,
>> although I learnt largely with 'PHP, Apache,
Hello All,
I am new in this group and first whant to say hello to all.
Need me menu who have different link if user is login or logout,
something like dynamic menu. Somebody can tall me how can i use and
create this menu.
Thansk
--
PHP General Mailing List (http://www.php.net/)
To unsubscrib
pcodingstandard/
Best Regards
Jovanov Jordan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello Evrybody,
Can i convert IETF format (ex: "Wed, 18 Oct 2009 13:00:00 EST") in
ISO8601 format (ex: "2009-11-05T13:15:30Z")
Does somebody know some php scripte or similar?
Thanks...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
nt solutions to this. Could anyone point out some urls or anything to
show me in the right direction?
Cheers,
Jord
--
Jordan Elver
There's no 'I' in 'team'. But then there's no 'I' in 'useless smug colleague',
either. And there's four in 'pla
Hi Justin,
Thanks for that link, looks pretty interesting. I'll take a closer read later.
Cheers,
Jord
--
Jordan Elver
Eagles may soar high, but weasels don't get sucked into jet engines. -- David
Brent (The Office)
--
PHP General Mailing List (http://www.php.net/)
To unsubscr
n the actual code :)
Thanks for any advice you can give,
Jord
--
Jordan Elver
You don't have to be mad to work here! In fact we ask you to complete a
medical questionnaire to ensure that you are not. -- David Brent (The Office)
--
PHP General Mailing List (http://www.php.net/)
To unsubscr
s
(which I still need help with by the way :) ).
Thanks for your help,
Jord
--
Jordan Elver
Is your work done? Are all pigs fed, watered and ready to fly? -- David
Brent (The Office)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thanks Greg,
I know a bit of PHP but the OOP is a bit harder to understand I think :)
I'll check out the PEAR classes.
Cheers,
Jordan
On Thursday 16 Jan 2003 12:25 am, Greg Beaver wrote:
> Hi Jordan,
>
> If you are doing this to learn PHP, that is great, keep plugging. If you
t;
> Use google. Do some more studying before you try to tackle this, or look
> on phpclasses.org for some examples.
>
> ---John W. Holmes...
>
> PHP Architect - A monthly magazine for PHP Professionals. Get your copy
> today. http://www.phparch.com/
Nice work on php archit
Database {
function Login() {
echo "Hello, I'm the Login class";
// connect to the database
$this->connect();
}
}
$c = new Database;
$c->connect();
Any pointers would be great :)
Cheers,
Jord
--
Jordan Elve
ry or something. How can I repeat the rows for all the data?
Any tutorials or advice would be appreciated. Hope my question is clear :)
TIA,
Jordan
--
Jordan Elver
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> Secondly, I'd like to trace a basic X/Y graph with data provided from a DB,
> any PHP help?
JPGraph is good.
--
Jordan Elver
Put the key of despair into the lock of apathy. Turn the knob of mediocrity
slowly and open the gates of despondency - welcome to a day in the aver
oken image icon.
Any ideas whaty may be causing that?
TIA,
Jord
--
Jordan Elver
The office is like an army, and I'm the field general. You're my footsoldiers
and customer quality is the WAR!!! -- David Brent (The Office)
--
PHP General Mailing List (http://www.php.net/)
To unsu
> I assume you are sending something similar to the following before the
> actual pic?
>
> header("content-type: image/png");
Jpgraph does that for you I think. As I said before, the script works when you
access it directly, but not when it's through an img tag.
--
J
rs,
Jord
--
Jordan Elver
If work was so good, the rich would have kept more of it for themselves. --
David Brent (The Office)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
This is driving me nuts!
please send back to email address and this one [EMAIL PROTECTED]
I'll be travelling and I want to be able check up on the status of your
replies.
Thanks,
Jordan,
CMS
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> Rather than manually changing each var -
> $foo to$_POST['foo']
> (there are simply too many)
Why not simply use Find and Replace in a text editor, if you only need to
change one form?
Nick
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/un
"jsWalter" <[EMAIL PROTECTED]> wrote on 22/10/2003 09:10:44:
> I need to read (write comes later) from a config file that we used to
handle
> manually.
> There must be a better way to do this.
Check out the parse_ini_file() function.
Nick
--
PHP General Mailing List (http://www.php.net/)
To
I got past this horrible mess by breaking the code.
PHP seems to look for structures so if you break it up:
print("");
or
print("");
or
$s .= " Hello,
>
> Can someone please help?
>
> My ISP has recompiled php with the transparent sid support and now when i
try to access a certain page for th
Could it be the lack of $?
It should be
$retrn =. "$VariableName\=$VariableValue";
I do that all the time. The syntax is so close to javascript that when I'm
typing I often leave out the dollar sign. Especially when I have php and
javascript in the same file.
On Wednesday, January 24, 2001 4:
Hi,
I thought it was about time I started using a db abstraction class. Problem
is, there are so many out there that I don't which one to start using?
I've heard of ADODB (I think).
Anyone have any suggestions?
Cheers,
Jord
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
Hi,
I want to get the path of a script. I know about
HTTP_SERVER_VARS["SCRIPT_FILENAME"] this returns someting like:
/phpcode/misc/phpinfo.php
But I want to strip off the file name and just have the directory path, like:
/phpcode/misc/
Any ideas?
Jord
--
PHP General Mailing List (http://w
py
>
> - Original Message -
> From: Hardy Merrill <[EMAIL PROTECTED]>
> To: Jordan Elver <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Tuesday, March 13, 2001 5:21 PM
> Subject: Re: [PHP] Getting path of script
>
> > How '
Hi,
Yep I do. I just figured out that it was because I had session_start() inside
another function ;-)
Thanks anyway,
Jord
On Friday 16 March 2001 10:43, you wrote:
> > Did you declare $LOGGED_IN as a global variable in your function?
>
> e.g.
>
> global $LOGGED_IN;
>
>
> _
>
> ~
Hi,
I've got a db with a username and password in it. I can let people log in,
like SELECT * FROM table WHERE username = username AND password = password.
But how can I add an access level column so that I can have different levels
of security. So admin's can read everything, but users can only
Thanks for all your help. I've settled for an enum field for the time being.
I'm going to try something more complex at a later stage.
Thanks again,
Cheers,
Jord
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
Hi,
I think I'm being stupid. Why won't this code work. The $article_active
variable is showing y when I echo it?
if($article_active == 'y') {
echo"Yes";
} else {
echo"Yes";
}
if($article_active == 'n') {
echo"No";
} else {
echo"No";
}
Thanks,
Jor
you are seing if
> $article_active equals y. And no where in the code do you set
> $article_active to anything else.
>
> Why would you think $article_active would be anything but "y" or "n"?
>
>
> --
> Plutarck
> Should be working on something...
>
Hi,
I have a site structure like:
-> root
---> includes
---> admin
---> images
I'm using headers and footers and they are in the includes directory. My
pages in the root directory include the files like:
include('includes/header.inc');
Thats woprks fine, but i want to be able ti use the same
Hi,
Thanks for the reply. I can do that but then the images will not be in the
correct location?
Jordan
On Monday 23 April 2001 15:58, you wrote:
> give the include() function a complete path:
>
> include '/apache/htdocs/include/yourfile.inc.php';
>
>
> -- Be
Hi,
Has any got any idea why $DOCUMENT_ROOT returns /usr/local/htdocs on my home
machine but it should return /usr/local/htdocs/sitename or where ever I put
it, but on my production machine it return what it should like
/usr/local/sitename or whatever?
I'm trying to use it to help include file
ant?
>
> Regards,
> --
> Yasuo Ohgaki
>
>
> "Jordan Elver" <[EMAIL PROTECTED]> wrote in message
> 01042417535900.00987@localhost">news:01042417535900.00987@localhost...
>
> > Hi,
> > Has any got any idea why $DOCUMENT_ROOT returns /usr/local/htdocs
Hi,
I've got a load of records that are in different categories.
What is the best way to get all the records or selected records and print
them in such a way that they are grouped (on the page) in their relevent
category, like:
Fruit
-> Apples
-> Pears
-> Bananas
Vegetables
-> Carrots
-> Cabba
Hi,
If I'm doing more than one query on a page what is the best way to check if
they all succeeded with out using transactions?
TIA,
Jord
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact t
e PHP scripts
with the userid of the FTP user, when PHP is configured as
apache module.
Can anyone tell me how to setup PHP in a secure way without
getting these restrictions concerning file writing? Thank you
very much for your feedback, and please CC your answer to
[EMAIL PROTECTED]!
S
Hi Richard,
Thanks for the advise. I was just wondering what other people do.
I don't think I'll worry about it too much ;-)
Cheers,
Jord
On Wednesday 02 May 2001 3:49 am, you wrote:
> > If I'm doing more than one query on a page what is the best way to check
>
> if
>
> > they all succeeded wi
Hi,
I'm trying to print out a list of usernames and the times they logged in.
I want to print it out like:
joe
fred
frank
Then when you click on one of the names it show just there login times, like
this, so if I click on fred it prints out:
joe
fred
-
-
-
frank
But it doesn't continue p
fon: +49-(0)7531-89207-17
> fax: +49-(0)7531-89207-13
> e-mail: mailto:[EMAIL PROTECTED]
> internet: http://www.suchtreffer.de
> ___
>
> > -Original Message-
> > From: Jordan Elver [mailto:[EMAIL PROTECT
Hi,
If I want to test if a variable exists (or has been passed) then I just do:
if($var) {
// variable is here
}
But I've noticed that a lot of people do:
if(isset($var)) {
// variable is here
}
What's the difference and which is the best way?
TIA,
Jord
--
Jo
scripts.
Is this a known bug? Have I just made a stupid mistake? I did check to make
sure my server was in the right time zone. :-)
Does anyone know a solution?
Thanks.
Jordan
PHP that it is wrong? Is this just a bug in PHP
4.0.4?
Jordan
-Original Message-
From: Pickup, Jordan [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 08, 2002 1:40 PM
To: '[EMAIL PROTECTED]'
Subject: [PHP] Mail Sent Date
We are in the -0700 time zone but whenever I use PHP t
the answer to [EMAIL PROTECTED] Thank you very much
for reading!
Have a nice day
Sam Jordan, Switzerland
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ps my logging out working correctly?! Does
anyone have an idea of why header would interfere with seesion functions?
Thank,
Jordan
--
Jordan Elver
http://www.jordanelver.co.uk
"testing? What's that? If it compiles, it is good, if it boots up it is
perfect." --- Linus Torvalds
--
Hi,
I'm writing a 404 handler and in order to report the item that was requested
I was trying to get the value of HTTP_REFERER. But, it does seem to get set.
Does anyone know how to find thi value? Is there a reason why it would not
get set?
TIA,
Jord
--
Jordan Elver
Web Developer
e drawing board.
> I had the same problem using the latter. The former displays properly.
> Other than that I can't remember if I changed anything else
>
> M:
--
Jordan Elver
Web Developer
http://www.theinternetone.co.uk
Unix is not a "A-ha" experience, it is more of a
> I was trying to get the value of HTTP_REFERER. But, it does seem
> > to get set.
> > Does anyone know how to find thi value? Is there a reason why it
> > would not
> > get set?
>
> Hi
>
> I think you're looking for this
>
> $HTTP_SERVER_VARS[&quo
t $country\n";
} else {
echo"\t $country\n";
}
}
Can anyone give me some tips because if i select a country which is not in
the array, it still checks all the boxes of the countires in the arra
gt; user_logins.user_id = users.id
> order by name,time
>
>
> -Original Message-
> From: Jordan Elver [mailto:[EMAIL PROTECTED]]
> Sent: Monday, March 19, 2001 1:43 PM
> To: PHP Database Mailing List; PHP General Mailing List
> Subject: [PHP] Query - Groupi
Hi,
I've got a table like:
id user_id ip time
1 2 127.0.0.1 20010316105018
Etc, etc.
I do a join on the this table and the users table to get the coresponding
username to user_id like this:
SELECT users.name AS name, user_logins.ip AS ip,
U
Hi,
i was just wondering what you guys do to check if a wquery suceeded or not?
I know about mysql_num_rows() and mysql_affected_rows(), just wondered what
you guys do?
I normally do something like:
$sql = "SELECT something FROM table";
$result = mysql_query($sql);
if(@mysql_num_rows($result) >
r page:
>
> $myarray = unserialize(rawurldecode($myarray));
>
> You should consider using sessions instead.
>
>
> Jordan Elver <[EMAIL PROTECTED]> wrote:
> Hi,
> How can I pass an array between two pages. I've tried using serialize and
> unserialize. But it doen'
Thanks for everyones help with this one, all suggestions appreciated.
Cheers,
Jord
On Wednesday 04 April 2001 17:06, you wrote:
> Jordan,
>
> If you know your result is going to product one row, try using:
>
> $row=mysql_fetch_array($result, MSQL_ASSOC);
> // returns an ass
Hi,
If I knnow that a query will only retrun one row, can I do thiss (below)
rather than using a while loop for one record?
$id = @mysql_result($result, 0, 'id');
$name = @mysql_result($result, 0, 'name');
$email = @mysql_result($result, 0, 'email');
$address1 = @mysql_result($result, 0, 'addres
Hi,
How can I pass an array between two pages. I've tried using serialize and
unserialize. But it doen't return an array. When I use gettype() on it, it
say's that the typ-e is boolean?
Any ideas?
Cheers,
Jord
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL
Hi,
I'm trying to select records based on dates.
I have a table with dates in the format 2001-04-08 and I'm using the query:
SELECT name, description, date_time FROM events WHERE YEAR(date_time) = 2001
AND MONTH(date_time) = 04 AND DAYOFMONTH(date_time) = 08
But it doesn't yield any records? I
That's what I thought but that doesn't work either?
On Sunday 08 April 2001 10:13, you wrote:
> >I'm trying to select records based on dates.
> >I have a table with dates in the format 2001-04-08 and I'm using the
> > query:
> >
> >SELECT name, description, date_time FROM events WHERE YEAR(date_t
Hi,
I've got a multi page form and I'm using sessions to keep track of all the
variables between the pages. SO I fill in page one of the form and add the
variables to a session. Then I can go on completeing the rest etc.
My problem is that I want my users to be able to go back to the pages th
t :-(
TIA,
Jord
--
Jordan Elver
http://www.jordanelver.co.uk
Oops, my brain just hit a bad sector!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
ds...)
>
>
> Or, another way to do it is to use strtok() to tokenize the string...
> http://www.php.net/manual/en/function.strtok.php
>
> The manual has a good example of tokenizing a string into individual
> words...
>
>
> -Original Message-
> From: Jorda
g the page and run my javascript) and the
script can continue running and do the ns lookup?
I'm sorry if this question has been asked and answered before but I couldn't
find an answer anywhere else... and the archive for this list seems to be
down.
Jordan
--
PHP General Mailing List
Hi,
Could any one explain what this statemnt means?
$i = (!$i)?"0":$i;
Thanks,
Jord
--
Jordan Elver
Web Developer
The InternetOne UK Ltd
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
> _
> Do You Yahoo!
ny advice?
Cheers,
Jord
--
Jordan Elver
Web Developer
The InternetOne UK Ltd
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Hi,
I'm feeling a bit stupid. I have a,load of variables coming from a MySQL
connection using list(). The variables are link1 to link 35 inclusive.
How can I access each of these variables, check if they are empty, then add
them to an array. I don't know how to access then inside a for loop. Ca
Hi,
Can anyone recommend a good, configurable php chat?
I've tried phpMyChat which seems pretty good.
Any ideas?
Cheers,
Jord
--
Jordan Elver
Web Developer
The InternetOne UK Ltd
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addit
This was originally sent to the OpenLDAP list, but it was rejected
because I mentioned PHP and phpLDAPadmin and said I should send it to
the appropriate lists there.
-- Forwarded message --
From: Kevin Jordan <[EMAIL PROTECTED]>
Date: Jan 27, 2007 4:24 PM
Subject: Entr
-- Forwarded message --
From: Kevin Jordan <[EMAIL PROTECTED]>
Date: Jan 28, 2007 6:21 PM
Subject: Fwd: Entries no longer appear in search
To: php-general@lists.php.net, [EMAIL PROTECTED]
This was originally sent to the OpenLDAP list, but it was rejected
because I mention
Damn, wish replyto was set, I keep doing that.
-- Forwarded message --
From: Kevin Jordan <[EMAIL PROTECTED]>
Date: Jan 30, 2007 4:07 PM
Subject: Re: [PHP] Fwd: Entries no longer appear in search
To: Chris <[EMAIL PROTECTED]>
Sorry, wasn't sure it went throu
hp.net/unsub.php
__FILE__ contains the full path and filename of the file on the
filesystem. There are several $_SERVER indices that give something
you can get the filename/path from as well. See
http://us2.php.net/manual/en/reserved.variables.php
--
Kevin Jordan
--
PHP General Ma
iscount.
Check out our website at www.armorize.com
Jordan
_
Share folders without harming wildlife!
http://www.communicationevolved.com/en-za/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ectly against
the source code so it doesn't need the application to be up and running.
This company
http://www.armorize.com/services/securityasaservice?utm_source=jordan&utm_medium=post
is offering this kind of tool delivered as a service directly over the Web
which means you can eithe
Hello
I create one site like document menage system and nide to take some date
information from another site. The problem is a don't have access to
date base. The site from who I need to take infomations use .htdacces
but I have user and password for enter to site and i look the
information.
Hello
Im thing that I'm little layse, Do you somebody know PHP VIDEO LESSONS?
Thanks a lot.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
variable can work all, but i want to know how is
use in company.
Do you have some standard for defined the variable in program language?
(like ISO9001, ISO14001)
Best Regard,
Jordan Jovanov
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 24/07/2010 02:14, David Hutto wrote:
On Fri, Jul 23, 2010 at 8:13 PM, David Hutto wrote:
On Fri, Jul 23, 2010 at 2:35 PM, Dan Joseph wrote:
On Thu, Jul 22, 2010 at 10:04 AM, Jordan Jovanovwrote:
Im thing that I'm little layse, Do you somebody know PHP VIDEO LESSONS?
I'
lot.
Jordan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 27/07/2010 13:53, Ashley Sheridan wrote:
On Tue, 2010-07-27 at 13:49 +0200, Dušan Novaković wrote:
You can use TinyMCE. It's really easy to integrate in system. Check on
official website.
Dusan
On Tue, Jul 27, 2010 at 12:10 PM, Jordan Jovanov wrote:
Hello All
I need me to add for
Hello to All,
I only whant to star discussion for who is the best programm to write
php and html script. I use dreamweaver, but now I change my OS to ubuntu
and I want some suggestions for some Text editor for FTP for Ubuntu
Thanks A lot
Jordan Jovanov
--
PHP General Mailing List (http
Hello
I have one web page with hhtp protocol, but i need to change in https.
Do you somebody know does is easy and can i do?
Does need to write some php scripts or anything.
Thanks a lot.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello everybody
I need me a little help.
I have one web page with hhtp protocol, but i need to change in https.
Somebody tell me that I need to create some SSL certificate.
I use some Apache server.
Do you somebody know does is easy and can i do?
Does need to write some php scripts or anything?
Hi All
I need me a little help.
I create scripte for upload file is work very good but the problem is next:
I neet to upload only .zip file i need to disable some user to shoise to
upload another file Extensions.
Can somebody help me.
Thanks a lot.
--
PHP General Mailing List (http://www.php
Hello All,
I have one very funny question. A need me PDFlibrary.
Can somebody tall me how can I download and install on my server this
library. I use PuTTy to connect to my server.
Does somebody know the command line for download in istall library in php.
Thanks a lot.
Best Regards,
Jordan
Hello everybody,
I like to create same PDF file with PHP, i find that i must to install
something like PDFLib but i can't how to istall on linux. Does somebody
can help me.
Thanks a lot.
Jordan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.ph
Hello everybody,
I create one site where user can upload .zip files, but now I have one
interesting problem. I need me PHP script where can have one edit box
and button, user can input same text in edit box and when press on
button he need to find the document who have text from edit button.
D
Hello Everybody,
Does somebody know company for PHP programing where people can work from
home? Actual I only want to know does have regular or part time job for
PHP developers who work from home via internet.
Thanks a lot.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, v
Hello All,
I finished with coding and now I am on the part when need to write
documentation. But I don't know how to write correct documentation.
Does have some rules or standard for writing documentation for PHP?
Or maybe have some programs for writing documentations?
Best Regards,
J
Hi,
My name is Jordan Forssman, I am representing a company called Armorize
Technologies. We have developed a source code analysis platform for PHP,
called CodeSecure, which scans source code for SQL injection, cross site
scripting, command injection, etc, vulnerability. The tool will tell you
1 - 100 of 200 matches
Mail list logo