Search Results

Showing results 1 to 40 of 75
Search took 0.01 seconds.
Search: Posts Made By: welbyobeng
Forum: PHP May 10th, 2009
Replies: 10
Views: 546
Posted By welbyobeng
When I run
<?php
include("database.php");
$sql = "SELECT advertisement.adver_name, customer.number_customer FROM advertisement INNER JOIN customer ON advertisement.adver_id = customer.adver_id";...
Forum: PHP May 10th, 2009
Replies: 10
Views: 546
Posted By welbyobeng
I got this error

= array ("advertisement1" => 34,"advertisement2" => 45,"advertisement3" => 16,);
Warning: Wrong parameter count for max() in...
Forum: PHP May 9th, 2009
Replies: 10
Views: 546
Posted By welbyobeng
code below
<?php
include("database.php");
$sql = "SELECT advertisement.adver_name, customer.number_customer FROM advertisement INNER JOIN customer ON advertisement.adver_id = customer.adver_id";...
Forum: PHP May 9th, 2009
Replies: 10
Views: 546
Posted By welbyobeng
Parse error: syntax error, unexpected T_VARIABLE, expecting ',' or ';' in /mounted-storage/home119c/sub009/sc67000-JYEV/postwords.com/jinli/atsb/graph.php on line 14
Forum: PHP May 9th, 2009
Replies: 10
Views: 546
Posted By welbyobeng
I am getting an error with
<?php
include("database.php");
$sql = "SELECT advertisement.adver_name, customer.number_customer FROM advertisement INNER JOIN customer ON advertisement.adver_id =...
Forum: PHP May 9th, 2009
Replies: 10
Views: 546
Posted By welbyobeng
I have a fix code below

$values=array(

"advertisement1" => 34,
"advertisement2" => 45,
"advertisement3" => 16,

);
Forum: *nix Hardware Configuration Mar 6th, 2009
Replies: 1
Views: 784
Posted By welbyobeng
I am trying to extract a 67gb tar and I get this error

tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Error exit...
Forum: MySQL Dec 24th, 2008
Replies: 1
Views: 422
Posted By welbyobeng
Hey how will I write a text file to setup a database with the information below



Database set-up:

Members Table:
id - int primary key auto_increment.
username - varchar 15.
password -...
Forum: PHP Dec 22nd, 2008
Replies: 7
Views: 637
Posted By welbyobeng
I want to select * from users where "reg_date" IS NULL; and then update "reg_date" with ""20th December 2008"
Forum: MySQL Dec 21st, 2008
Replies: 3
Views: 512
Posted By welbyobeng
varchar(32)
Forum: PHP Dec 20th, 2008
Replies: 7
Views: 637
Posted By welbyobeng
Can I get an sql query only?
Forum: MySQL Dec 20th, 2008
Replies: 3
Views: 512
Posted By welbyobeng
I have a table called "users", in the table it contain a column/ field name "reg_date" how would i run an query to say: For all the users, if their feild "reg_date" is blank put "20th December 2008"
Forum: PHP Dec 20th, 2008
Replies: 7
Views: 637
Posted By welbyobeng
I have a table called "users", in the table it contain a column/ field name "reg_date" how would i run an query to say: For all the users, if their feild "reg_date" is blank put "20th December 2008"
Forum: PHP Aug 29th, 2008
Replies: 3
Views: 1,193
Posted By welbyobeng
Is not the time out becuase my php time out has no limit. Also if For instance, if I may be trying to stuff a varchar(50) into a varchar(40) which would result in the problems am not seeing then why...
Forum: PHP Aug 28th, 2008
Replies: 3
Views: 1,193
Posted By welbyobeng
Hi i have a php script that retrieves all data from one database to be transferred to another database. The problem is that the database I am retrieving has 2,778 total rows and after i run my script...
Forum: PHP Aug 20th, 2008
Replies: 3
Views: 739
Posted By welbyobeng
I got Parse error: syntax error, unexpected T_VARIABLE

on $regex = "/^[a-z]+$/";

whats wrong with it
Forum: PHP Aug 18th, 2008
Replies: 3
Views: 739
Posted By welbyobeng
Hi i am trouble adding NO CAPS and no spaces in the username on the code below

I want the username to be character from 3 to 30
I want to restrict members from adding spaces or caps
Forum: PHP Aug 16th, 2008
Replies: 2
Views: 1,125
Posted By welbyobeng
I have a script where it convert regular file such as mpg to flv. Now when I upload mpg it converts to flv fine. but when I upload avi it does not convert probably and the size of the file is 0. Here...
Forum: PHP Aug 14th, 2008
Replies: 1
Views: 456
Posted By welbyobeng
I have two file one called show.php and one is show.tpl.

On show.php it has this code



On show.tpl it has this code
Forum: PHP Aug 12th, 2008
Replies: 14
Views: 922
Posted By welbyobeng
I got this error after this full code below

Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/kmedianet/domains/14kmedia.net/public_html/test.php on...
Forum: PHP Aug 12th, 2008
Replies: 14
Views: 922
Posted By welbyobeng
Ok this is the error I got for the full code below

Warning: unlink() expects parameter 1 to be string, resource given in /..../..../..../..../public_html/test.php on line 15

Warning:...
Forum: PHP Aug 12th, 2008
Replies: 14
Views: 922
Posted By welbyobeng
O no I am asking for your help to insert the code there to delete from each table if the user isn't found in the users table
Forum: PHP Aug 12th, 2008
Replies: 14
Views: 922
Posted By welbyobeng
Lets Try re-doing the file because I got an error again. It could be a lot easier this way.
Forum: MySQL Aug 12th, 2008
Replies: 1
Views: 501
Posted By welbyobeng
Hi what sql query will I use to checks the "users_theme" table and finds all the user_id's which exist in this table and not the "users" table. Once I have those id's that exist in the user_theme...
Forum: PHP Aug 12th, 2008
Replies: 14
Views: 922
Posted By welbyobeng
for example In simple terms if user_id: 2546 exist in "users_theme" table but does not exist in "users" table delete the row of 2546.
Forum: PHP Aug 12th, 2008
Replies: 14
Views: 922
Posted By welbyobeng
I got this error when I was trying to run
Forum: PHP Aug 12th, 2008
Replies: 14
Views: 922
Posted By welbyobeng
Hi, I am trying to create a script which checks the "users_theme" table and finds all the user_id's which exist in this table and not the "users" table. Once I have those id's, I want to run a...
Forum: MySQL Aug 10th, 2008
Replies: 4
Views: 742
Posted By welbyobeng
Perfect! you are the best!
Forum: MySQL Aug 10th, 2008
Replies: 4
Views: 742
Posted By welbyobeng
Yea I know that query already but I want it to show the duplicates so that i can leave on and delete the another. It is just showing me the emails and how much is duplicated
Forum: MySQL Aug 9th, 2008
Replies: 4
Views: 742
Posted By welbyobeng
I am using mysql and I have a table called "users". how will i get it to show only rows that have duplicate emails in the "email" field. I want the emails in order. what sql query will I use?
Forum: Project Partners Wanted Jul 28th, 2008
Replies: 1
Views: 777
Posted By welbyobeng
Login and Sigup Intergration With Two Scripts


Project Description:
I have two scripts that I want when someone sign up at one website it automatically sign up the person at the other website. ...
Forum: Java Apr 23rd, 2008
Replies: 2
Views: 844
Posted By welbyobeng
Am a newbie and I am trying to display each division and quarter increase or decrease from the previous quarter. I want it to look nice when it is displayed but it seems not to come out right. Can...
Forum: Java Apr 10th, 2008
Replies: 2
Views: 844
Posted By welbyobeng
Hey I am a newbie in java and I was wondering if someone can help me. Where would I place



in the code below to show the each division and quarter increase or decrease from the previous ...
Forum: Java Apr 9th, 2008
Replies: 12
Views: 1,230
Posted By welbyobeng
I have been on this the whole day but it is not working! I am trying to create a java password code where the password is at least 6 characters Long, at least 1 UPPERCASE, & at least 1 lowercase & at...
Forum: Java Apr 7th, 2008
Replies: 12
Views: 1,230
Posted By welbyobeng
I dont understand can you please it in the code above in one example for me to see it
Forum: Java Apr 7th, 2008
Replies: 12
Views: 1,230
Posted By welbyobeng
This is what I have done so far
Forum: Java Apr 7th, 2008
Replies: 12
Views: 1,230
Posted By welbyobeng
Hi thank you for helping me but you have to understand me am a newbie in java. This is what I did and it is still not working
Forum: Java Apr 6th, 2008
Replies: 12
Views: 1,230
Posted By welbyobeng
Ok I change the length if the character is less than 6 it should be false. Now Can you please help me with just the Uppercase code and I think I can do the rest
Forum: Java Apr 6th, 2008
Replies: 12
Views: 1,230
Posted By welbyobeng
I am trying to create a java password code where the password is at least 6 characters Long, at least 1 UPPERCASE, & at least 1 lowercase & at least 1 Digit.Here is an example: Passw3

Can someone...
Forum: MySQL Mar 14th, 2008
Replies: 3
Views: 522
Posted By welbyobeng
No there is no problem. How will I go about it?
Showing results 1 to 40 of 75

 


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

©2003 - 2009 DaniWeb® LLC