Click here to Skip to main content

Linux, Apache, MySQL, PHP

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
AdminForum Guidelines - PLEASE READadminChris Maunder28 Jul '09 - 2:39 
When posting your question please:
  1. Choose the correct forum for your message. Posting a VB.NET question in the C++ forum will end in tears.
     
  2. Be specific! Don't ask "can someone send me the code to create an application that does 'X'. Pinpoint exactly what it is you need help with.
     
  3. Keep the subject line brief, but descriptive. eg "File Serialization problem"
     
  4. Keep the question as brief as possible. If you have to include code, include the smallest snippet of code you can.
     
  5. Be careful when including code that you haven't made a typo. Typing mistakes can become the focal point instead of the actual question you asked.
     
  6. Do not remove or empty a message if others have replied. Keep the thread intact and available for others to search and read. If your problem was answered then edit your message and add "[Solved]" to the subject line of the original post, and cast an approval vote to the one or several answers that really helped you.
     
  7. If you are posting source code with your question, place it inside <pre></pre> tags. We advise you also check the "Encode HTML tags when pasting" checkbox before pasting anything inside the PRE block, and make sure "Ignore HTML tags in this message" check box is unchecked.
     
  8. Be courteous and DON'T SHOUT. Everyone here helps because they enjoy helping others, not because it's their job.
     
  9. Please do not post links to your question in one forum from another, unrelated forum (such as the lounge). It will be deleted.
     
  10. Do not be abusive, offensive, inappropriate or harass anyone on the boards. Doing so will get you kicked off and banned. Play nice.
     
  11. If you have a school or university assignment, assume that your teacher or lecturer is also reading these forums.
     
  12. No advertising or soliciting.
     
  13. We reserve the right to move your posts to a more appropriate forum or to delete anything deemed inappropriate or illegal.
 
When answering a question please:
  1. Read the question carefully
     
  2. Understand that English isn't everyone's first language so be lenient of bad spelling and grammar
     
  3. If a question is poorly phrased then either ask for clarification, ignore it, or mark it down. Insults are not welcome
     
  4. If the question is inappropriate then click the 'vote to remove message' button
Insults, slap-downs and sarcasm aren't welcome. Let's work to help developers, not make them feel stupid.
 
cheers,
Chris Maunder
 
The Code Project Co-fou
QuestionUrgent !!! Looking for the best solutionmemberMacAriel15 May '13 - 8:43 
Hello to all,
 
I'm new to this forum and a few days ago I started to learn web design.
 
I have a porjet to start in September and I am looking to make effective technical.
 
I have to send daily sms to customers and I diffenrents around 25,000 customers each with 25,000 different phone numbers and different addresses.
 
My socui is to do all this from a website.
 
I want to send emails to smss and internet party.
 
I will create a database and sales agents will charge to send the data by group. Chauqe day I have to meet about 20 000 people.
 
So my problem is what solution I need? I mean how to make it be effective?
 
- I want my system to be independent, I do not want to depend on a GSM operator here, it will not be possible given the daily flow and no operator still offers unlimited sms offers here (I am in West Africa ).
- I would like for example to specify the sender according to the groups of my clients.
 

I am ready to buy equipment, I made a few searches on the net and I saw devices like sms gateway but I do not know how these devices work.
 
Is it possible to do this with php? and be totally independent?
 
Is there a solution where I can use the services of an operator in Europe or Canada or state States?
 
I want my system to be truly independent as far as possible.
 
What equipment do I need?
How to proceed?
 
I hope I have your good detailed answers.
QuestionVideo Gallery for wordpress site.professionalNeha Pandal12 May '13 - 10:03 
Can anyone suggest me a video gallery plugin for my wordpress site. I am not able get a good video gallery for my site.
Questionhow to store QR Code image in mysql with phpmemberblertaaa2 May '13 - 22:43 
I need to store an image <img src="xxxx"> into mysql database, but image is QR Code:
<img src="http://qrickit.com/api/qr?d=&addtext=Data&txtcolor=111133&fgdcolor=111133&bgdcolor=BBBBBB&qrsize=200&t=p&e=m">
 
Can you help me please?!
AnswerRe: how to store QR Code image in mysql with phpprofessionalPrasad Khandekar21 May '13 - 4:56 
Hello,
 
When it comes to storing an image into database, it really doesn't matter whether it's a QR Code Image or a photograph. Please have a look at this tutorial.
 
Regards,
Prasad P. Khandekar
Knowledge exists, man only discovers it.

QuestionHow to install xampp or Lamp in Ubuntu 8memberMember 992947820 Mar '13 - 20:55 
Please tell me total procedure how to install Xampp or Lamp in Ubuntu8.
AnswerRe: How to install xampp or Lamp in Ubuntu 8mvpRichard MacCutchan20 Mar '13 - 22:54 
Try one of these sites[^].
Use the best guess

AnswerRe: How to install xampp or Lamp in Ubuntu 8professionalMohibur Rashid30 Apr '13 - 17:19 
WAMP and XAMP both are specifically designed for windows os.
 
What you need to understand is what is WAMP:
 
W=windows.
A=Apache
M=MySQL
P=PHP
 
For your ubuntu all you need to do is install
1. Apache
2. MySQL
3. PHP
 
read this blog[^]
I wish I could believe there is an after life.

QuestionHow to get data from the other website in phpmembersurendra4u20 Mar '13 - 1:04 
I am using iframe to display other's webpage in my webpage in that other's page user give's his data and submit it on other's webpage, after that it gives some result, How can i get the data from the other's page, i am using PHP.
AnswerRe: How to get data from the other website in phpmemberdusty_dex20 Mar '13 - 3:21 
multiple posting is annoying.
 
I have left you a reply in 'Web Development'
"It's true that hard work never killed anyone. But I figure, why take the chance." - Ronald Reagan
 
That's what machines are for.
 
Got a problem?
Sleep on it.

QuestionIRDA without IRmemberlukeer25 Feb '13 - 22:30 
Hi experts,
 
I want to attach a homebrew device to the IRDA connector of my Ubuntu PC's motherboard.
 
How do I send and receive on byte level over that port?
Can I simply open the file /dev/ttyS0 and read/write from/to it?
Is there a bash way to achieve this?

Ciao,
 

luker

AnswerRe: IRDA without IRmvpRichard MacCutchan25 Feb '13 - 23:52 
lukeer wrote:
Is there a bash way to achieve this?

echo foobar > /dev/ttyS0
Use the best guess

GeneralRe: Record insertion error in phpmembermaniedru28 Feb '13 - 3:14 
thanks soo much for your help graham..... i got it now. Thanks
AnswerRe: sum of all the fields in columns. where columns are dynamicmemberMohibur Rashid11 Mar '13 - 22:14 
Even if you don't know how many column and how many rows are there going to be even though you can establish certain rule. Try to establish the rule. and you can browse all row and column through javascript
I wish I could believe there is an after life.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web02 | 2.6.130516.1 | Last Updated 21 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid