User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 427,177 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,138 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 62
Search took 0.01 seconds.
Posts Made By: welbyobeng
Forum: PHP Aug 29th, 2008
Replies: 3
Views: 312
Posted By welbyobeng
Re: Importing data from one database to another

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: 312
Posted By welbyobeng
Importing data from one database to another

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: 242
Posted By welbyobeng
Re: Filter Php NO CAPS and space

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: 242
Posted By welbyobeng
Filter Php NO CAPS and space

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: 1
Views: 339
Posted By welbyobeng
Video to FLV

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: 179
Posted By welbyobeng
show.php and one is show.tpl.

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: 371
Posted By welbyobeng
Re: Create A Script

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 line...
Forum: PHP Aug 12th, 2008
Replies: 14
Views: 371
Posted By welbyobeng
Create A Script

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: 371
Posted By welbyobeng
Re: Create A Script

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: 371
Posted By welbyobeng
Re: Create A Script

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: 224
Posted By welbyobeng
sql query

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: 371
Posted By welbyobeng
Re: Create A Script

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: 371
Posted By welbyobeng
Re: Create A Script

I got this error when I was trying to run
Forum: PHP Aug 11th, 2008
Replies: 14
Views: 371
Posted By welbyobeng
Create A Script

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: 376
Posted By welbyobeng
Re: sql query

Perfect! you are the best!
Forum: MySQL Aug 10th, 2008
Replies: 4
Views: 376
Posted By welbyobeng
Re: sql query

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: 376
Posted By welbyobeng
sql query

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: 280
Posted By welbyobeng
JOB! Login and Sigup Intergration With Two Scripts

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: 403
Posted By welbyobeng
Re: Help In Java

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: 403
Posted By welbyobeng
Help In Java

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 quarter
Forum: Java Apr 9th, 2008
Replies: 12
Views: 609
Posted By welbyobeng
Re: Java Help

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: 609
Posted By welbyobeng
Re: Java Help

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: 609
Posted By welbyobeng
Re: Java Help

This is what I have done so far
Forum: Java Apr 7th, 2008
Replies: 12
Views: 609
Posted By welbyobeng
Re: Java Help

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: 609
Posted By welbyobeng
Re: Java Help

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: 609
Posted By welbyobeng
Java Help

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: 282
Posted By welbyobeng
Re: Mysql

No there is no problem. How will I go about it?
Forum: MySQL Mar 13th, 2008
Replies: 3
Views: 282
Posted By welbyobeng
Mysql

How can I create a trigger to UPDATE this for me when a new record is inserted.

I want to create a column called "fullthumb" where by default it has the words "http://example.com/thumbs/" and add...
Forum: MySQL Mar 13th, 2008
Replies: 4
Views: 811
Posted By welbyobeng
Re: How to create a trigger to UPDATE

What will i put in my sql command to get that?
Forum: Java Mar 12th, 2008
Replies: 5
Views: 364
Posted By welbyobeng
Re: Java Help

I understand...that is where i am suffering at...Can you provide me the code...I am new at java trying to learn it. I am newbie
Forum: Java Mar 12th, 2008
Replies: 5
Views: 364
Posted By welbyobeng
Re: Java Help

Yes Ezzaral, I dont even know how to go about it...please help
Forum: Java Mar 12th, 2008
Replies: 5
Views: 364
Posted By welbyobeng
Help Java Help

I have just finished a java code and I am having trouble with displaying each division increase or decrease from previous quarter and also a company increase or decrease from the previous...
Forum: PHP Mar 11th, 2008
Replies: 4
Views: 348
Posted By welbyobeng
Re: PHP Help

Thank you every much for you help! Can you please take a look at the two files I uploaded. If you look at file wimpy.sql.ed.configs.php you will see $appendPath. Now if you look at wimpy.sql.ed.php...
Forum: MySQL Mar 11th, 2008
Replies: 4
Views: 811
Posted By welbyobeng
Re: How to create a trigger to UPDATE

I did and I am having trouble doing it...Can anyone help
Forum: MySQL Mar 11th, 2008
Replies: 4
Views: 811
Posted By welbyobeng
How to create a trigger to UPDATE

How to create a trigger to UPDATE this for me when a new record is inserted.

I want to create a column called "fullthumb" where by default it has the words "http://example.com/thumbs/" and add the...
Forum: PHP Mar 11th, 2008
Replies: 4
Views: 348
Posted By welbyobeng
Re: PHP Help

Thank you for responding! I was was trying concatenate but not how you did. If you take a section of the code which is


what the code is doing is if a url is provided to appendPath, it added it to...
Forum: MySQL Mar 10th, 2008
Replies: 4
Views: 479
Posted By welbyobeng
Re: IS it possible

nice...so how would i create a trigger to by default store "'http://k5live.com/thumbs/" and add thumb to it.
Forum: PHP Mar 10th, 2008
Replies: 4
Views: 348
Posted By welbyobeng
PHP Help

On this code $appendPath was created for myFieldName['filename']
How would I add $appendimagePath to this code for myFieldName['visual'] ?
Forum: MySQL Mar 10th, 2008
Replies: 4
Views: 479
Posted By welbyobeng
Re: IS it possible

will this code be ran all the time to always update
Forum: MySQL Mar 10th, 2008
Replies: 4
Views: 479
Posted By welbyobeng
IS it possible

Is it possible to make a column on my database that automatically copy another column on the same table string together with another url?

for example on my database "ewelby_k5" I want to create a...
Showing results 1 to 40 of 62

 
All times are GMT -4. The time now is 9:26 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC