Forum: PHP May 3rd, 2009 |
| Replies: 2 Views: 528 I'm transferring my css gallery site to a wordpress platform, and it has gone fine. Except I'm having difficulty with showing 12 posts on the index.php page - it shows 10 posts and leaves the two... |
Forum: PHP May 2nd, 2009 |
| Replies: 0 Views: 719 Hi
I would like to have an image on the index.php page, such that you would see in a gallery, become a larger image on single.php page. Is there a way to do this?
Here's the code for the... |
Forum: PHP Apr 14th, 2009 |
| Replies: 12 Views: 1,271 I modified the process.php form to look like this:
include("include/session.php");
class Process
{
/* Class constructor */
function Process(){
global $session;
/* User... |
Forum: PHP Apr 14th, 2009 |
| Replies: 12 Views: 1,271 Here is where I'm at now...
<?
/**
* Main.php
*
* This is an example of the main page of a website. Here
* users will be able to login. However, like on most sites
* the login form... |
Forum: PHP Apr 14th, 2009 |
| Replies: 12 Views: 1,271 Ok, I was able to come up with this:
} elseif (($session->logged_in) && ($session->isAdmin())) {
echo "<h1>Logged In</h1>";
echo "Welcome <b>$session->username</b>, you are logged in.... |
Forum: PHP Apr 14th, 2009 |
| Replies: 12 Views: 1,271 Ok, my first problem is I can't write a basic form within an echo statement.
Could someone offer an example of that? |
Forum: PHP Apr 14th, 2009 |
| Replies: 12 Views: 1,271 hmmm...not to be a total idiot, but not sure how to do this... |
Forum: PHP Apr 14th, 2009 |
| Replies: 12 Views: 1,271 Thanks very much...I'll check out your script, and if I can manage to understand it, and get it to work - I will donate something. Thanks again. |
Forum: PHP Apr 11th, 2009 |
| Replies: 5 Views: 690 Hi, it's a pretty straightforward gallery http://www.siiimple.com/
Would each image have to have it's own folder, therefore it's own directory?
I guess the idea is to count the number of... |
Forum: PHP Apr 10th, 2009 |
| Replies: 5 Views: 690 I have been trying to figure how to implement a "hit counter" for each of my websites in my css gallery, and display the total number of times a person has visited that link (or image).
Could... |
Forum: PHP Apr 4th, 2009 |
| Replies: 12 Views: 1,271 I came up with this:
echo "<form type='contest.php' method='POST'>
1st: <input type='text' name='first'><br><br>
2nd: <input type='text' name='second'><br><br>
3rd: <input type='text'... |
Forum: PHP Apr 4th, 2009 |
| Replies: 12 Views: 1,271 I'm working on implementing a php registration/login script. When a user registers and then login - they are directed to a page that I would like to display a form, such as you would see in a... |
Forum: JavaScript / DHTML / AJAX Apr 1st, 2009 |
| Replies: 1 Views: 886 I don't really know...but this really seems like a cache issue. I wouldn't know how to solve it, either...
Any help would be greatly appreciated! |
Forum: JavaScript / DHTML / AJAX Apr 1st, 2009 |
| Replies: 1 Views: 886 I hate to come back so soon, since I was all proud of myself for working out the last issue. This is a different issue, and beyond the scope of my knowledge.
The pagination itself WORKS FINE. ... |
Forum: JavaScript / DHTML / AJAX Apr 1st, 2009 |
| Replies: 1 Views: 733 Okay I figured it out.
I had to set up the index page like this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">... |
Forum: JavaScript / DHTML / AJAX Apr 1st, 2009 |
| Replies: 1 Views: 733 here's the link to the script: http://www.dynamicdrive.com/dynamicindex17/ajaxpaginate/index.htm
I got the script working, but I can't manage to move the numbers from the top...to the bottom. I... |
Forum: PHP Feb 21st, 2009 |
| Replies: 1 Views: 848 Hi
I must now seek help after too many hours of failure.
I'm using a basic form with Ajax (prettyPopin), but the form is not connecting to the database. I'm obviously overlooking something.
... |
Forum: JavaScript / DHTML / AJAX Nov 1st, 2008 |
| Replies: 2 Views: 885 I figured this problem out. It was in the this script in the header:
<script type="text/javascript" language="javascript">
// <![CDATA[
$(document).observe("dom:loaded", function() {
new... |
Forum: PHP Nov 1st, 2008 |
| Replies: 5 Views: 481 I don't know. Here is the index.php page.
<html>
<head>
<title>John Doe Test</title>
<style>
input.editMode {
background-color : #FFFF99;
} |
Forum: JavaScript / DHTML / AJAX Nov 1st, 2008 |
| Replies: 2 Views: 885 Ok, I solved the visibility issue - which was a css problem.
the second issue with the numbers in the url I have not solved.
Any explanations on that?
Thanks |
Forum: JavaScript / DHTML / AJAX Nov 1st, 2008 |
| Replies: 2 Views: 885 I'm trying to implement a Prototype scoller.js script within my site, and functionally and aesthetically its working fairly well. However there are two problems that I need someone who knows what... |
Forum: PHP Nov 1st, 2008 |
| Replies: 5 Views: 481 No, no errors. It just doesn't change any data in the database. So I suppose it is connecting? |
Forum: PHP Nov 1st, 2008 |
| Replies: 5 Views: 481 It's just a testing script and a testing database but I can't get it to work. It's using an edit-in-place script that allows users to edit their data, then it calls this save php script which is... |
Forum: JavaScript / DHTML / AJAX Oct 31st, 2008 |
| Replies: 0 Views: 1,428 I'm trying to update my database with an inline editor. (TableKit) When I change the data in a cell, it changes; but when I go to refresh it reverts back to the old information. It's calling a php... |
Forum: PHP Oct 29th, 2008 |
| Replies: 3 Views: 635 My problem is here:
"editAjaxURI : '/': form data is POSTed to this URI from the editable cell forms"
I need to edit this area. It goes to a php page that allows the data to be posted. Anyone... |
Forum: PHP Oct 28th, 2008 |
| Replies: 3 Views: 635 I guess the issue is processing an AJAX request. I'm not sure how to write up a php page that will process an AJAX request. I have put together something resembling the right way to do it, but it's... |
Forum: PHP Oct 28th, 2008 |
| Replies: 3 Views: 635 the documentation states:
editAjaxURI : '/': form data is POSTed to this URI from the editable cell forms
anyone know how this works? thanks. |
Forum: PHP Oct 27th, 2008 |
| Replies: 3 Views: 635 I'm trying to implement TableKit with my table. It works fine, except I'm struggling to update it dynamically. When I edit a table, it changes, but when I reload the browser it reverts back to the... |
Forum: HTML and CSS Oct 26th, 2008 |
| Replies: 1 Views: 654 sorry for the stupid question.
i just widened the column with basic css
sorry |
Forum: HTML and CSS Oct 26th, 2008 |
| Replies: 1 Views: 654 I'm looking to display a text field being called from a database. Every other row is small bit of information, but I'm calling a text field with a few lines. It looks like this:
echo "<tr>";
... |
Forum: PHP Oct 24th, 2008 |
| Replies: 11 Views: 928 The error had to do with how I was entering the date. In phpmyadmin, for the date that was working, I had it listed as VARCHAR and not date, hence the reason why when I entered 02/22/1988 it worked.... |
Forum: PHP Oct 23rd, 2008 |
| Replies: 11 Views: 928 The first date, fifteend, is entering fine. And every other field is fine as well. Except all the other date fields, like: miled, fivekd, tenkd, halfd, fulld. don't know why the first date field... |
Forum: PHP Oct 22nd, 2008 |
| Replies: 11 Views: 928 for some reason it didn't highlight, but it is all the fields with 'd' after them. Except 'fifteend' - that one works. |
Forum: PHP Oct 22nd, 2008 |
| Replies: 11 Views: 928 Well, I changed the code as you suggested. Everything looks good, and everything is registering in the database -- EXCEPT the DATE field. However, on the first entry (fifteen, fifteenl, fifteend),... |
Forum: PHP Oct 22nd, 2008 |
| Replies: 11 Views: 928 whoops. I'll change them and let you know. thanks |
Forum: PHP Oct 22nd, 2008 |
| Replies: 11 Views: 928 I think you're code was good. It just won't upload to the database. The only error I get is the "Registration Failed" error that I've scripted in the $regFailed
I noticed those weird quotations,... |
Forum: PHP Oct 22nd, 2008 |
| Replies: 11 Views: 928 On a previous thread, a member was nice enough to help me out. The script worked fine, until I added other variables. Now, it won't register in the database. My eyes are not working. Any ninjas? ... |
Forum: PHP Oct 22nd, 2008 |
| Replies: 3 Views: 369 Thank you very much. It was that space between the id and class fields. I'll work on simplifying my code, and thanks for helping with the php security. |
Forum: PHP Oct 22nd, 2008 |
| Replies: 3 Views: 369 strangely enough I got this to work once but I can't understand how. I've looked it over for hours. need help.
here's the situation.
all I want to do is have my form, a basic form, insert... |
Forum: MySQL Oct 7th, 2008 |
| Replies: 1 Views: 2,722 This is a dumb question, but I used MAMP and I don't know how to access my phpmyadmin. I used to have it on my localhost server, until I had to reinstall it with MAMP. Now I don't know how to... |