39,316 Topics

Member Avatar for
Member Avatar for moneythakur
Member Avatar for dinomark

I have a special character that I want to replace from a string. The character is ลก and i want to replace with s but I didn't managed to do this with this particular php file. It is actually encoded utf-8 . Please help me this is becoming a nightmare.

Member Avatar for diafol
0
52
Member Avatar for QWaz

Hi, I am using some code that I use pretty much most of the time for every insert. However now I am getting this error and have no idea why this is happening. SQLSTATE[42S22]: Column not found: 1054 Unknown column 'NULL' in 'field list' My code is below. [CODE] $id …

Member Avatar for sourcebits
0
511
Member Avatar for raju_boini525

hi all, i am new to wordpress. i am developing one sample theme. i created 5pages. i dont know how to set my home as index page. when i click my theme logo it must redirect to index.php it redirected but dynamic home page content are not displayed it displays …

Member Avatar for sourcebits
0
195
Member Avatar for xnukerx

Hi, I have a forum when members posting a lot of images links. I would like to organize the page but I don't really know how since I'm lack the knowledge of php :| . Here it how it's look like now: IS: [url]http://img78.imageshack.us/img78/3997/123.jpg[/url] [url]http://img78.imageshack.us/img78/3997/12345.jpg[/url] TP: [url]http://i42.tinypic.com/123.png[/url] [url]http://i42.tinypic.com/123.png[/url] and so …

Member Avatar for sourcebits
0
119
Member Avatar for ayesha789

Hi, this is my query. I calculate difference of 20 days from pDate(Process Date) form today. But I want if rfDate(Resubmitted date) it will count from rfdate and ignore Pdate. [CODE=mysql]SELECT * FROM `lims_payment` WHERE TO_DAYS( NOW( ) ) - TO_DAYS( `pDate` ) >20 AND rfDate LIKE '0000-00-00'[/CODE]

Member Avatar for rch1231
0
161
Member Avatar for shubhamjain1

I am banging my head for many hours but still cant ge tit done. Here is the URl [url]http://www.superpages.com/bp/Fords-NJ/Five-Star-Insurance-Agency-LLC-L0001976672.htm?OF=1&C=taxation&lbp=1&TR=2&bidType=FFCLIK&PGID=yp457.8081.1278687125248.17713187910&dls=true&bpp=4[/url] I am trying to match the products and services part and lists that follow. Here what i had tried. [CODE]preg_match(/Services<\/a><\/h3>.*?<a.*?>\(Edit\)</a>\s+<ul>(.*?)</ul>/smi,$data,$store);[/CODE]

0
65
Member Avatar for seodevid

is there a way to display how many users are online in the site in PHP without utilizing mysql?

Member Avatar for Zoon
0
51
Member Avatar for doS!

Hi, yesterday i downloaded a script. Now, im installing it on my website, but when i load index.php page and all the page where config.php is included, it say that: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/mhd-01/www.newsict.com/htdocs/config.php on line 13 this is config.php : …

Member Avatar for it200219
0
177
Member Avatar for raju_boini525

hi all, i am new to wordpress. i am getting [COLOR="Red"]"An Unexpected HTTP Error occurred during the API request."[/COLOR] error when i search for plugin in plugin installation page. why do i get this error. please help me.

0
48
Member Avatar for benhowdle89

Hi, I'm developing a php script that reads data from a mysql db and then puts the data into csv format to then be sent upto Pachube.com for a web app i'm developing. This is a simple problem i'm sure but i cant seem to solve it! Code below: [CODE] …

Member Avatar for benhowdle89
0
165
Member Avatar for bperiod

I want to do something like that: I have a textfield. If the user inputs Some word search, it puts something (it is not necessary, what) after every words, except last like Some 1 word 2 search or Some asdf word asdf search. How can I do that? Thanks!

Member Avatar for pritaeas
0
62
Member Avatar for muralibobby2015

hello... i am working on wordpress now. i have one doubt please clarify..actually in my blog there is confirmation form. if user sends after filling that form. i want to display that messages in admin side. how to do?

0
87
Member Avatar for niths

hi all, i am having a upload page where we can upload images.so the problem is wen i browse for uploading images i am getting a pop up as every one knows so in that if there are 4 images i need to upload in that popup,i am allowed to …

Member Avatar for paulrajj
0
38
Member Avatar for reza.adinata

Hi all, I am trying to work an an array , by storing them in a txt file so I can process it. I tried several ways for storing the key and value in a text file, but it does not work [CODE] $diff = array_diff($array1, $array2); $myFile = "1.txt"; …

Member Avatar for rajarajan2017
0
75
Member Avatar for gbudiman

So this is the scenario. I provide a link to an Excel file. All the users are intranet user, so security is not a concern here. When the user clicks the link, it will pop up dialog to open/save with Microsoft Excel. Users are currently able to open file correctly. …

Member Avatar for chrishea
0
174
Member Avatar for nyra98

Ok, I am working on a website which will accept uploads and in an iFrame next to the upload form display a list of files in the upload folder. The iFrame will be showing a php script that is listing the files. Here is where the problem is, I can …

Member Avatar for nyra98
0
211
Member Avatar for debow

Hello all, I'll try to explain what I'm wanting to do the best way I can. I have an event_results table that contains multiple athlete id's and for each athlete they are tied to an event in the same table. The screen shots should help explain. I also created a …

Member Avatar for debow
0
1K
Member Avatar for Towlie

I want to be able to access whatever the user types into my testCreation.html in a session created in testCheck.php. I then want that session to be accessed by testView.php. I can't seem to get to that point so any help is grealy appreciated. testCreation.html: [code=javascript] <html xmlns="http://www.w3.org/1999/xhtml" > <head …

Member Avatar for edup_pt
0
140
Member Avatar for ilyas_varol

Hi everyone, can you help me about update form on php. I want to do a new interface to edit information on the table by using php codes. For example I search ilyas on the table and there are three people who's name is ilyas and I want to change …

Member Avatar for edup_pt
0
82
Member Avatar for bsewell

HI all, I'm making a site to host short length videos and would like to extract a frame from it when a video is uploaded. Does anyone know how to do this, or have any ideas what else I could do? Cheers,

Member Avatar for edup_pt
0
96
Member Avatar for davbell87

Hi, I am not too good on php and MYSQL and I am currently struggeling with populating a form on my website based on a selection chosen by the user from a drop down menu. The drop down menu is dynamic with its values populated from a database. Below the …

Member Avatar for pausepoint
0
5K
Member Avatar for T.Cavanagh

Hi everyone, I currently have a IPN script which I use when I call paypal, the script works fine and no problems there etc etc... The problem i have come across is that one of my clients needs it so that if the user does not have a verified account …

0
53
Member Avatar for phphit

Ok. I have ZERO PHP Knowledge, still good in editing php and all that stuff. Only know copy paste and have no knowledge what that means. Still would try to explain my problem. I use variable to fetch data from mysql. Ex. my url is [url]http://www.example.com/venue.php?vcity=New[/url] York. Now, I want …

Member Avatar for phphit
0
311
Member Avatar for refulez

Hello , Does anyone know a script or a plugin to get random posts in wordpress WITHOUT repeating them. I'm using this theme [url]http://www.osdesigner.net/wordpress-themes/css-gallery-theme/[/url] Thanks a lot Chears!

0
127
Member Avatar for Member 785582

Hi, I have a trouble with my script. Everytime I execute index.php, and call add_schedule, always appear message: Fatal error: Call to a member function add_schedule_form() on a non-object in index.php on line 19. I have try to fix by changing the syntax on line 19 (index.php) but it just …

Member Avatar for rajarajan2017
0
213
Member Avatar for Ambislm

hi everyone, i have 2 problems which makes me to stuck inbetween my application.. my first issue is: i already used get method to pass variable values between pages which is working fine till now as follows: $frmDate=trim($_GET['beg']); $toDate=trim($_GET['datEnd']); $time=trim($_GET['time']); $incoming=$_GET['inTxt']; echo "<a href=\"outgoing.php?optSingle=".$c."&beg=".$frmDate."&datEnd=".$toDate."&inTxt=".$incoming."&flr=".$flr."&page=1\" ></a>"; but how can i use …

Member Avatar for slyme
0
162
Member Avatar for sugikrish

Hi Frnds, I created session for index page. I passed session variable to next page like "about us" page. But in index page it displayed some errors. Notice: Undefined index: myusername in C:\wamp\www\fc2\index.php on line 136 Notice: Undefined index: mypassword in C:\wamp\www\fc2\index.php on line 137 Line 136 : $myusername=$_POST['myusername']; Line …

Member Avatar for rajarajan2017
0
57
Member Avatar for niths

hi all, i want to hav a value present in a page to some other page. so can any one help me. thank u.

Member Avatar for vaultdweller123
0
79
Member Avatar for sacarias40

I already have a mod rewrite directing all traffic in my site through my domain.com/index.php file. i because this is happening, i need another rewrite to make any call to the url of: domain.com/blog to actually go to [url]http://domain.com/blog/index.php[/url] instead of just back to my normal domain.com/index.php is there anybody …

Member Avatar for phpuser
0
61

The End.