[PHP] hyperlink and mySQL

2003-01-18 Thread M.E. Suliman
Hi I have created a simple script that pulls the three latest news entries from a mySQL database and displays it on a webpage. At the end of the preview paragraph of the news story there is a hyperlink to access the full text specific to that preview. How would I do this? Any ideas would be ap

[PHP] scheduling / timetables

2003-01-07 Thread M.E. Suliman
Hi I need to create a scheduling application for a school that would help them generate timetables and schedules. I would appreciate your ideas or any code that i could look at that could give a start. Thanks Mohamed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: h

[PHP] online petition

2002-08-14 Thread M.E. Suliman
Hi Anyone know of a online petition system in PHP similar to what is offered on www.PetitionOnline.com Thanks Mohamed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] xls or csv files

2002-08-13 Thread M.E. Suliman
Hi Once data is collected from a form is it possible for that to be emailed as an xls or csv. I have the form and email part but have no idea in getting the result into xls or csv. Any help would be appreciated. Thanks Mohamed -- PHP General Mailing List (http://www.php.net/) To unsubscrib

[PHP] is this possible ...

2002-08-10 Thread M.E. Suliman
Hi I need the contents of a form to be emailed as an attached Excel file or html file. Is this possible using PHP. I think comma delimited files open in Excel. Can anyone advise. Thanks in advance Mohamed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.

[PHP] portal / content management

2002-07-27 Thread M.E. Suliman
Hi Can anyone recommend a good portal system / content management system (polls, forums, etc.) I have tried phpnuke but am bound to the standard layout of it i.e content in the centre and blocks on the left or right. Any recommendation will be appreciated. Mohamed -- PHP General Mailing Li

[PHP] forms question

2002-06-25 Thread M.E. Suliman
Hi I'm busy with an order form in php. How would I display a text field only if a checkbox is checked. The reason for this is that if the user selects the product in the form and, how would I get to display the quantity field corresponding to that checkbox Any help would be appreciated. Thank

[PHP] checkboxes

2002-06-22 Thread M.E. Suliman
Hi I know this might be a bit easy for all you experts out there. I have multiple checkboxes and text areas in a form. In the confirmation email sent to the user I manage to get the text areas to display in the email. How would I get the results of the checkboxes to to display as well? Thanks

Re: [PHP] mailing list program?

2002-06-22 Thread M.E. Suliman
Hi Makis > Is there any mailing list prorgam for Linux server? I want to have text > import possibility of addresses. Try this http://www.triangle-solutions.com/triangle.html?page=newsletter Mohamed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www

[PHP] emailing html file

2002-06-21 Thread M.E. Suliman
Hi I've created a form and a bit of code that processes the form and directs to a confirmation page asking the user to confirm if the details they entered are correct. Once they hit the confirm button how would I send that confirmation page as an html file attached to their email. I know its go

[PHP] drop down box

2002-03-20 Thread ...::: M.E. Suliman :::...
Hi I need to get info from a specific field in a MySQL database to appear in a drop box as options. Has anyone any ideas on this. Thanks Mohamed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] text files instead of mySQL

2002-02-20 Thread M.E. Suliman
Hi Is it possible to convert a PHP script that writes and pulls data from a mySQL database to use text files / database instead. Thanks in advance Mohamed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Human Resource managment system

2002-01-28 Thread M.E. Suliman
Hi Are there any PHP Projects that are developing a HR management system. We hope to create this and in future integrating with payroll and tax deductions etc. I will appreciate anyone who can advise where I can find info relating to this. Thanks Mohamed - Original Message - From: Mi

Re: [PHP] php form

2002-01-05 Thread M.E. Suliman
Hi Brian I would need to email it as an attachment. Thanks Mohamed - Original Message - From: Brian Clark <[EMAIL PROTECTED]> To: PHP is not a drug. <[EMAIL PROTECTED]> Sent: Saturday, January 05, 2002 8:23 AM Subject: Re: [PHP] php form > * M.E. Suliman ([EMAIL PROT

[PHP] php form

2002-01-04 Thread M.E. Suliman
Hi I'm pretty new to this PHP thing so this might sound a bit stupid, or easy for the pros out there. I need a basic php form that when submit is clicked all the information filled in that form is either generated into an html template or text file so it can be emailed. I would be looking at th

[PHP] custmoer management

2001-12-25 Thread M.E. Suliman
Hi Is there a script or current projects that involve the following. What we require is the management of client base (contact details etc.) account blancing with suppliers and monthly billing and invoicing. If there aren't any scripts in php already, to perfrom this is there anywhere I could l

[PHP] php pop3 checker

2001-12-22 Thread M.E. Suliman
Hi I need to create a way for users to a site to check existing POP3 mail accounts, and fulfill all the regular webmail functions. Anyone know how if there are anywhere I could look for a start. I would prefer if it is in PHP. Thanks in advance Mohamed