I just upgraded linux suse 10.2 to 11.0. However when trying to access my joomla pages I am getting
an error:
Database Error: Unable to connect to the database:The MySQL adapter "mysql" ...
I have a select list where the user can select multiple values. When i try to retrieve the data on the next page, only one value passes.
How can I store all of the selected values in one va...
I have a php script / db that inserts/stores images. So my index page references a php script and I want to return the image how can I do this?
All the examples on the net have me using "he...
I have a very simple backend to a news section of a website. It is written in PHP in Dreamweaver using a MySQL database. It allows the user to add, amend and remove news items. The current fun...
hi,
I am trying to create a webpage that pulls data from an Access Database.
I am currently trying to pull from Access 2007 (.accdb) and then I will try to pull from access 97 (.mdb)
my p...
Need to output the mail.logs from postfix to a web browser. At present I'm using the following scheme:
<head>
<META HTTP-EQUIV="Refresh"
CONTENT="30; URL=http://11.5.254.34/tailfile.php"...
I have a .csv file that needs to be uploaded to a database. The csv file has over 100 headings that need to be added, so I'm looking for a good solution for adding the headings without manuall...
There are several php scripts around to import csv into mysql, but each one I found requires that a table must be already created.
I'm looking for a script (or post me some code to complete...
Still very new to this. I have a query that displays how many members are signed up for a class. Can I use the results of the query to evaluate the total signed up per class against the maximu...
I have some code that works great to insert code into a database.
I would like to extend it to have the ability to view all the data in the tables also and delete entries if required.
Can an...
Hi There,
I have issues with an email newsletter that is due to be sent.
I have to put in a £ sign in the text version and HTML version of my newsletter.
I have a database table with ...
I have an array of checkboxes in a form generated by doing this:
<?php
$loop = 1;
$x = 1;
while($loop < 8) {
echo "<tr>";
while ($x < 240) {
echo "<td><input name=\"available[]\" type=\...
How can I share cookie information across 2 or more different domains? For example, when a user comes to mydomain.com I want to create a cookie for both mydomain.com as well as anotherdomain.c...
I have searched and found various options, yet most entail conversion to CSV yet the output is less than acceptable. Is there a way to generate an .xls that would include basic formating?
Hi experts,
I'm using a php form to insert some fields in my database, on the form there are 7 fields, two of those are list/menu items, the problem is that these two items doesn't put the i...
Hello,
What is the easiest way to get a full database sql dump into a string from my MySQL database using PHP?
I need to update/delete foxpro dbf files which reside in a linux server by using PHP. dbase functions in PHP dont help. I heard of ODBTP but i not sure how to connect dbf since there are no dr...
I started a question about two weeks ago and have finally gotten a chance to work it. I was unable to get the solution, so, I am starting another one and whoever gets my solution fixed, gets ...
PHP
Hello,
I would like to find strings that start with 'http' and replace it with the word 'URL'
How do I write this in PHP?
I'd imagine we use preg_replace, but I have no idea ho...
Hello. I hope this is an easy one. I want to display a list of names from a MySQL database. The way I want to format the names is displayed in the attached pictures. The first picture is s...
HI. Need a quick solution please.
I have a variable with this "photosort[]=1&photosort[]=0". I need to create an array of these values so I can loop through them. I do not need or care abou...
Hiya
My nested loop doesnt seem to be working. Trying to get the inner loop to go 3 times and the outer to go twice in order to create a table 3 columns by 2 rows.
I'm getting 1 row with...
I am trying to insert into a MYSQL table suing PHP but it fails every time.
If I echo the query string and submit it through MySQL console or PHPadmin it inserts fine so i'm unsure why it won...
Hi everyone,
Looking at the URL I have submitted, you can see that I have managed to retrieve the poem titles beginning with the letter selected from the array.
The query is: $query="SE...
I'd like PHP code for an account signup, create, log in web site (using mySQL)
I need the front page of a web site (that has account create button and a sign in section)...index.php
and.....