Sign Up
Log In
B
Bilbozilla
Jun 7, 2012
Joined Dec 4, 2003
Discussions
Posts
98
Discussions
32
Mentions
B
displaying results of array not functioning as expected…
PHP Help
PHP Coding
Hi there, Here's the problem - I've got a series of tables (table1, table2, table3, table4) that store data entered for 4 independent data sets. To possible make things easier...
8
B
[RESOLVED] Is there a solution or easier way for this?
PHP Help
PHP Coding
$skills1=$_POST['checkbox1']; $skills2=$_POST['checkbox2']; $skills3=$_POST['checkbox3']; $skills4=$_POST['checkbox4']; $skills5=$_POST['checkbox5']; $skills6=$_POST['checkbox...
3
B
[RESOLVED] Conditional output based on array data
PHP Help
PHP Databases
I've been heading down the wrong paths looking for the answers to this problem. In theory, it's straightforward. In practice, however, I'm hitting a brick wall. I have the cod...
9
B
[RESOLVED] While loop problem
PHP Help
PHP Coding
I have the following code that is supposed to check through each IP address, but is instead combining everything and making the code useless. $query = "SELECT ip FROM user_db ...
2
B
Dreaded date issues
PHP Help
PHP Databases
Hi there, I am trying to update an expiration date into my mysql database. My field 'activity_exp' is a is classified as a "date" field. The variable $num_days is the number o...
1
B
[RESOLVED] Displaying existing checked data so it can be updated
PHP Help
PHP Databases
I have a database/php app set up that allows a user to input and record data by way of checkboxes. The entry for the HTML code is as follows: <td width=142><p><input type="che...
12
B
[RESOLVED] Renaming variables within an array using loops
PHP Help
PHP Coding
I have an array whose elements needs to have a generic name. I have the code almost working. Right now, the variables I want to use might have something along the lines of thi...
9
B
Naming sequential array elements from within a loop
PHP Help
PHP Coding
Hello, I'm trying to create an array with variables named in sequential order with their appropriate values using $temp="$ele->subset"; I am trying to get my dataset populated...
1
B
[RESOLVED] Get the names & Values of $_POST variables
PHP Help
PHP Coding
Hi. I'm using print_r($_POST); to check my data, but I'm trying to figure out the name of the array that it shows me. Can you help? The output looks like this: array(2) { ["Ko...
2
B
Problems organizing data from arrays
PHP Help
PHP Coding
First off, I'm new to array manipulation, so please bear with me. I've got an issue that I've made some progress upon, but I can't get the entire thing working. I have a set o...
1
B
[RESOLVED] Checking for empty variables on a second page
PHP Help
General Help
I have 5 checkbox variables ($var1 through $var5) that are defined and selected on page1.php and passed properly so that the page displays the appropriate modules on page2.php...
1
B
[RESOLVED] Making a checkbox 2 unavailable if checkbox 1 is selected
PHP Help
General Help
Hi there, I have a page with 10 checkbox-selected items to be used in determining what to display on the subsequent page. The two checkboxes, Continents & Countries, can be ch...
4
B
[RESOLVED] Series of variables generated using a while statement
PHP Help
PHP Coding
Hi there, I am trying to generate a list of $_POST variables that will be named $var1 $desc1 $var2 $desc2 $var3 $desc3 $var4 $desc4 $... $var[B]n[/B] $desc[B]n[/B] where "n" i...
3
B
[RESOLVED] Mime headers and messages being sent to mail() function
PHP Help
PHP Coding
Hi there, I trying to wrap my brain around the way headers and the actual message are processed when sending the email. for example, in addition to the "To" and "From" informa...
2
B
[RESOLVED] Another MIME problem
PHP Help
PHP Coding
I can get my mime messages to send and display what I want it to. The problem now, however, is that the image appears at the top in the html, the html appears, then the attach...
1
B
[RESOLVED] Issues with MIME and sending form email to MYSQL database list
PHP Help
PHP Coding
Hello. The issue I am having occurs upon the receipt of the email message. I can get the MIME message to have either the picture and no text OR text OR just text with the HTML...
1
B
Downloading Calendar Files for ical
PHP Help
General Help
Hello, How would I generate and be able to download ics files on the fly for use in ical? The outline of the ICS file is as follows: BEGIN:VCALENDAR PRODID:TestCal X-WR-CALNAM...
1
B
[RESOLVED] Help with mailto or href
PHP Help
PHP Coding
Hello. I have a database with a "contact" field which is either an email address or a weblink. I have a php page which displays the data from contact, but I don't know how to ...
1
B
[RESOLVED] Close, but no cigar -mktime issues
PHP Help
PHP Databases
I'm twisting up variables and knotting up my brain on this one. I've searched and found similar solutions which have helped, but I'm still hitting a brick wall here. This quer...
2
B
Checkboxes with values from earlier array
PHP Help
PHP Coding
I've got a complex problem (to me). I have a page in which a user enters a beginning date and an end day (the difference +1 is duration). The next page (portion shown below) p...
0
Load More
Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.