Search Results

Showing results 1 to 40 of 74
Search took 0.01 seconds.
Search: Posts Made By: Vai
Forum: PHP Sep 8th, 2009
Replies: 3
Solved: Time Stamp
Views: 275
Posted By Vai
thank you..
Forum: PHP Sep 8th, 2009
Replies: 3
Solved: Time Stamp
Views: 275
Posted By Vai
How do I make the timestamp string be displayed as something that is actually readable / understandable? Yes, I have looked on google, here and a couple other places, but I am not seeing anything too...
Forum: PHP Aug 29th, 2009
Replies: 2
Views: 181
Posted By Vai
Check it out,
Affiliates work by someone signing up on your site to sell the product. yes, some code is put in to identify a certain person, However, you can download the php code to do this I...
Forum: PHP May 2nd, 2009
Replies: 40
Views: 9,454
Posted By Vai
Seriously, No one is going to compete with myspace.com? If you honestly think that you need to take a look at some others that are doing it.. plentyoffish.com, myyearbook.com. tagged.com. It could be...
Forum: PHP Jul 11th, 2008
Replies: 8
Views: 1,920
Posted By Vai
Nav33n,

That works to open an xls file, w/ cell 1- cell2 but what do I need to do to have actual data displayed from the database?

Thanks again
Forum: PHP Jul 10th, 2008
Replies: 8
Views: 1,920
Posted By Vai
Keith,

If you have the a working example of exporting mysql data to excel I would appreciate that. The mailing list signup works almost flawlessly.... I just need to get the unsubscribe part...
Forum: PHP Jul 10th, 2008
Replies: 8
Views: 1,920
Posted By Vai
I am trying to write or find scripts that will:

1- create a script that will allow someone to Unsubscribe to a mailing list based on email address.

2- export data to a predefined excel file...
Forum: PHP Jun 1st, 2008
Replies: 9
Views: 1,686
Posted By Vai
Are you doing this for experience or for something else? As if you use google, there are some already out there.
Download, look at the code, and play with it from there......
Forum: PHP Jun 1st, 2008
Replies: 2
Views: 663
Posted By Vai
you are doing fine. Don't store the actual image in your database. To display you can do something like this:

<?php
// just so we know it is broken
error_reporting(E_ALL);
// some...
Forum: PHP Jun 1st, 2008
Replies: 4
Views: 754
Posted By Vai
Here is another way to create your table...

CREATE TABLE `users` (
`ID` int(11) NOT NULL auto_increment,
`Username` varchar(255) NOT NULL default '',
`Password` varchar(255) NOT NULL...
Forum: PHP May 29th, 2008
Replies: 50
Views: 4,710
Posted By Vai
that's crazy....
Did you ever get skype ?
Forum: PHP May 29th, 2008
Replies: 50
Views: 4,710
Posted By Vai
wierd.. file structure the same?
Forum: PHP May 29th, 2008
Replies: 50
Views: 4,710
Posted By Vai
Keith,
it is kicking people out
Forum: PHP May 28th, 2008
Replies: 50
Views: 4,710
Posted By Vai
Keith,

Looking better.
Make the text input area a little larger to loose the scroll Horizontal scroll bar(s).

Next:
when the type is displayed Have it something like:
<Nick> What they...
Forum: PHP May 28th, 2008
Replies: 50
Views: 4,710
Posted By Vai
Keith,
well it looks good, keep up the good work...
Forum: PHP May 28th, 2008
Replies: 50
Views: 4,710
Posted By Vai
Keith,
It looks nice, hard to see functioanlity when no one else is there. Nice that "Admin" tells who leaves the channel.
Maybe make it also echo *name* has joined the channel...

I would make...
Forum: PHP May 27th, 2008
Replies: 2
Views: 360
Posted By Vai
Do you NOT know how to read?

No site advertisements please! May 3rd, 2005 until Jun 3rd, 2008
It has become a problem where too many people have been posting advertisements to their site in...
Forum: PHP May 27th, 2008
Replies: 3
Views: 771
Posted By Vai
First of all your code works just fine. The day and time will change when the server it's on day/time changes.

Secondly, I recommend inserting php after the <?

<?php print(Date("l F d, Y")); ...
Forum: PHP May 26th, 2008
Replies: 8
Views: 790
Posted By Vai
Here is what I suggest:

Create a page called secure.php
add the following code as it is: ONLY change " your_login_page "


<?php
session_start();
if (empty($_SESSION['username'])) ...
Forum: PHP May 26th, 2008
Replies: 8
Views: 790
Posted By Vai
I used the following code:

<?php
session_start();
if (empty($_SESSION['username']))
{
header("location:index.php");
exit;
}
?>
Forum: PHP May 26th, 2008
Replies: 2
Views: 628
Posted By Vai
ok..
I don't know anything about foreign keys, so i am unsure how to do that, i am searching, now.. Thanks
Forum: PHP May 26th, 2008
Replies: 2
Views: 628
Posted By Vai
I am confused as to display information from my contact table depending on who logged in.
also, should I change my admin table name to users?


Admin Table

`id` int(11) NOT NULL...
Forum: PHP May 25th, 2008
Replies: 2
Views: 594
Posted By Vai
Did you mean you want to change the quote at a certain time daily?
Forum: PHP May 25th, 2008
Replies: 1
Views: 464
Posted By Vai
Go here:
http://www.dynamicdrive.com/dynamicindex5/dhtmltooltip.htm
Forum: PHP May 24th, 2008
Replies: 2
Views: 475
Posted By Vai
I changed the lines, reuploaded to my site, then cleared my cache.. it is still allowing me to view all pages under 1 name. Sorry my head is thick
Forum: PHP May 23rd, 2008
Replies: 2
Views: 674
Posted By Vai
First and formost,
Any credit card processing requires:
1: some kind of bank account
2: Payment gateway
3: SSL
You can use Paypal.com in some countries for a fee to process cc payments.
Forum: PHP May 23rd, 2008
Replies: 2
Views: 475
Posted By Vai
I have several issues going on I have played with the code, and I have tried to follow other code snippets / tutorials as examples, but I am unable to achieve the following:

1: when the browser is...
Forum: PHP May 21st, 2008
Replies: 22
Views: 1,736
Posted By Vai
Keith,

I don't get it... Now nothing is being displayed...
Forum: PHP May 21st, 2008
Replies: 22
Views: 1,736
Posted By Vai
Keith,

Thanks man,

I am checking it the best I can for errors and such. However, I am not sure why but when I test it it just displays the error message, even though the user/pass is correct.
...
Forum: PHP May 21st, 2008
Replies: 22
Views: 1,736
Posted By Vai
Kkeith, Yes it is called from the database.
here is the current structure for my table..



CREATE TABLE IF NOT EXISTS `admin` (
`id` int(11) NOT NULL auto_increment,
`username`...
Forum: PHP May 20th, 2008
Replies: 22
Views: 1,736
Posted By Vai
Stupid keyboard.

Login page:
Correct User Credentials
load main.php
checks user level to load correct page.

Incorrect User Credentials supplied:
( this part doesn't work correctly )
...
Forum: PHP May 20th, 2008
Replies: 22
Views: 1,736
Posted By Vai
kkeith29,

Thank you.
Forum: PHP May 19th, 2008
Replies: 22
Views: 1,736
Posted By Vai
Ok, I looked at the pages, and I looked at the sample code.
Now, I see what you are saying now.

Any help in writing the actual code would be greatly helpful and appreciated as I am totally unsure...
Forum: PHP May 18th, 2008
Replies: 22
Views: 1,736
Posted By Vai
If anyone knows the solution please feel free to help. All is appreciated,

I thought that the following code set the variable in the index.php:

$level = $_SESSION['level'];
$_SESSION["level"]...
Forum: PHP May 17th, 2008
Replies: 22
Views: 1,736
Posted By Vai
Nav33n,
I have tried to the code in every which way possible. Nothing I do works correctly.
All I get is page_1.php to load no matter what.

Here is the code that I have now...

index.php
...
Forum: PHP May 15th, 2008
Replies: 22
Views: 1,736
Posted By Vai
Now it works, it just displays page_1.php for all users logging in.

$_SESSION["level"] = 1;
$_SESSION["level"] = 2;
$_SESSION["level"] = 3;


check.php source:

<?php
Forum: PHP May 15th, 2008
Replies: 22
Views: 1,736
Posted By Vai
I just realized I wasn't.
So I added

$_SESSION["level"] = 1;
$_SESSION["level"] = 2;
$_SESSION["level"] = 3;
Forum: PHP May 15th, 2008
Replies: 22
Views: 1,736
Posted By Vai
nav33n,
Yea, I changed level to $level, but it still didn't change anything. I am unsure what else needs to be changed as far as the login form is concerned.

Here is the code for everything I...
Forum: PHP May 15th, 2008
Replies: 22
Views: 1,736
Posted By Vai
After logging in, main.php is loaded and instead of displaying the correct included page, it displays Main Page.

So what is wrong w/ my code?

Thanks in advance for any and all help...


this...
Forum: PHP May 14th, 2008
Replies: 1
Views: 1,517
Posted By Vai
Here is what I am trying to accomplish: When a user logs in, their username will be displayed... Trouble is I am unsure how to co-relate the username w/ the id... thanks for any and all help....

...
Showing results 1 to 40 of 74

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC