hi friends, my server php 5.2 i have done the my project every page "Error in my_thread_global_end(): 1 threads didn't exit". how to debug that error....
7658
Sreeni .A
sreeniaitist
Sep 1, 2008 10:58 am
Hi All There is a requirement in our organisation for senior php developer. We are looking for 3+ years of exp. 2+ also works if they have sound knowledge. job...
7659
Francis Lonto
lonteo
Sep 1, 2008 8:49 pm
Hello! Need help please; I want to check the syntax of domain names entered by users in an input text or textarea form; I'd like the script in php to test...
7660
Jaiprakash Kumar
jaiprakash.k...
Sep 2, 2008 5:28 am
Dear Friends, Your few minutes will be a great contribution for the millions of Homeless People. Have a look on this and forward it to your contacts. Millions...
7661
Udaya kumar
udayakumaar
Sep 2, 2008 9:24 am
Hi Jaiprakash, I appreciate your humanity. It was everything politics. Does the central government have no money for flooded people? You know Laloo prasad...
7662
Priyantha Gunawardena
pgdesigning
Sep 2, 2008 5:02 pm
what u want is there http://www.php.net/eregi All da best Priyantha ... -- Priyantha Gunawardena ______________________________________ {Web Designer /...
7663
Francis Lonto
lonteo
Sep 2, 2008 8:52 pm
... From: Priyantha Gunawardena <pgdesigning@...> Subject: Re: [php-objects] need help: check domain names syntax To: php-objects@yahoogroups.com Date:...
7664
Jean Carlo
jeansalas19
Sep 3, 2008 5:32 pm
How can I get the field names from a specified MySQL table? I don't need the data, I just want to get the tables field names. [Non-text portions of this...
7665
LuCiaNo - CeTre
web@...
Sep 3, 2008 5:36 pm
... SHOW TABLES; With this command you'll see the table names....
7666
Joe Forsythe
jforsythe@...
Sep 3, 2008 5:44 pm
<?php $result = mysql_query("SHOW COLUMNS FROM sometable"); if (!$result) { echo 'Could not run query: ' . mysql_error(); exit; } if (mysql_num_rows($result) >...
7667
Pete
computergeni...
Sep 3, 2008 5:46 pm
In message <48BECB34.8000509@...>, LuCiaNo - CeTre <web@...> writes ... Yes, he asked for that in the Subject... but asked for something...
7668
Fbio Pulzi
fabio_pulzi
Sep 3, 2008 10:15 pm
You can use DESCRIBE to: http://dev.mysql.com/doc/refman/5.0/en/describe.html Fbio Pulzi ... [Non-text portions of this message have been removed]...
7669
vijaya lakshmi Vulli
vijayalakshm...
Sep 4, 2008 3:37 am
Hi All, Can anybody pls send ajax samples with thickbox popups .I have found somany examples but those examples in html when i applied for php it is not...
7670
vijaya lakshmi Vulli
vijayalakshm...
Sep 4, 2008 3:41 am
Hi All, I am doing Consultancy project.In that I need to submit alerts to users and jobseekers.When users and jobseekers login then alert may displayed and...
7671
vijaya lakshmi Vulli
vijayalakshm...
Sep 4, 2008 3:46 am
Hi All, I am doing Consultancy project.In that I need to submit alerts to users and jobseekers.When users and jobseekers login then alert may displayed and...
7672
Joe Forsythe
jforsythe@...
Sep 4, 2008 3:51 am
I’m not sure I understand what you’re asking. Could you give us the code you’re using that is causing you a problem? -- Joe From:...
7673
Joe Forsythe
jforsythe@...
Sep 4, 2008 4:02 am
This seems like a really broad question. Feel free to narrow it down for us. If you’re asking how to trigger a style change based on date, it could look...
7674
vijaya lakshmi Vulli
vijayalakshm...
Sep 4, 2008 4:31 am
Hi, Thank you very much for your response.I know this code but what i want is when user login ,in default page of that particular page that alert message...
7675
Joe Forsythe
jforsythe@...
Sep 4, 2008 4:41 am
<?php if ($is_person_logged_in) { echo ‘Whatever your alert message is”; } ?> But I have a feeling that’s not what you’re after, either. Please feel...
7676
Udaya kumar
udayakumaar
Sep 4, 2008 12:19 pm
use "Show Column <table_name>" instead of query. You can get the list of column names of the particular table. Thanks & Regards Udayakumar Sarangapani Sr. PHP...
7677
Imran
imran_mit4
Sep 6, 2008 6:46 am
Dear Everyone, I'd like to know about any opensource working PHP/Javacript script to track the user's browsing behavior, e.g., - Critical: The pages a user is...
7678
HR Radix
hr.radixweb
Sep 6, 2008 7:17 pm
Hello!! Greetings with Best Wishes!! We, Radixweb, Radix has by far made it one of the fastest growing companies in Gujarat . A registered unit of "Software...
7679
Siraj Ahmad
sirajak@...
Sep 6, 2008 7:28 pm
Dear Sir/Mam, With reference to the opening for PHP developer.Herewith I am enclosing my updated resume for your kind consideration. Thanking you in...
7680
php-objects@yahoogrou...
Sep 7, 2008 10:42 am
Hello, This is just a reminder to let you know that the following polls are going on the php-objects mailing list that you are a subscriber. Please do not...
7681
php-objects@yahoogrou...
Sep 7, 2008 10:42 am
Hello, This is just a reminder messages to let you know as subscriber of the php-objects mailing list you may be interested about the new site where you may...
7682
gopi nath
gopivsb
Sep 7, 2008 12:01 pm
hi everyone, i have start the new product based website. that means MLM(Multi Level Marketing) concept. is it possible to use the...
7683
vijaya lakshmi Vulli
vijayalakshm...
Sep 11, 2008 4:58 pm
Hi All, Please can any bosy help me.I am using thick box concept in php.In popup I have one submit button when we click on the button validations should...
7684
vijaya lakshmi Vulli
vijayalakshm...
Sep 11, 2008 5:02 pm
Hi All, I want to dispaly which is database in php page along with check box and paging.if check box is clicked then that value can be remained.And also we...
7685
Reji Jayan
for_rejijayan
Sep 11, 2008 5:47 pm
Hello all, i am asked this type of question by a friend of mine ... since i dont have any idea about this i am forwarding this here .. expecting fast...
7686
Joe Forsythe
jforsythe@...
Sep 11, 2008 7:08 pm
I assume you're using cUrl over a secure connection to send them stuff? At least got the secure connection part nailed? OK, good. I've found that Authorize.net...