- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
i work for an isp company as web progrmmer
- Interests
- programming,rock music,.....
- PC Specs
- cpu: p4 dual core 3.0 ......
Re: i have something like this i insert data into db in the db the data is not readable but when select it on a php page everything goes well so the application is running anyway | |
Re: i guess u should do it on each file | |
Re: [quote=dayballer2285;401553]Hello All, ...i want it to pick values from an offline html page... [/quote] why not use xml it is easier to handle | |
Re: [quote=nathanpacker;349508]Ok, well I tried the base64 encoding, and I now the email just sends a bunch of jibberish, like this: Anyway, I'm not even sure I was doing it right, maybe you could look at my mail code here, and tell me if I was incorporating it correctly. I've got … | |
Re: view the hidden and system files look for an autorun.inf in your hard drive (e.g C:\autorun.inf,d:\autorun.inf) and just delete this file | |
Re: about the CMS there is another guy on daniweb who is making a CMS for fun u could work with him if u like so u could come out with something useful | |
Re: i love anathema, opeth ,sometimes system of a down dido if i am in the mood | |
Re: you could change the encoding of the page from utf-8 to windows-1256 i guess that would work better | |
Re: dude you should remove the three conditions and put em in one condition so the code should look something like this [code] <?php $month = $_REQUEST['bmonth']; $day = $_REQUEST['day']; $year = $_REQUEST['year']; $this_day = date(d); $this_month = date(m); $this_year = date(Y); $day_val = $this_day - $day; $month_val = $this_month - … | |
Re: could u explain more and in a little detail | |
Re: looks you r not connected at all | |
Re: [quote=ManicCW;362791]Well just populate second dropdown in [B]SelectedIndexChanged [/B]event of the first dropdown.[/quote] then the page will go back to server to populate the dropdown list i guess using AJAX is more efficient | |
Re: looks like the problem is not in the code it self but in configurration the first error about the mysql connection socket you should check mysql for the socket and check that it is the same one used in php.ini | |
Re: [quote=laxman_sahni;365824]I am a web developer. [/quote] me too | |
Re: may i ask why you want to do it that way?? i never did something like this , but i guess if you want to execute something on the server other than web page you could put the php code in a file and execute it without browser | |
Re: if u just want an editor with keywords highlighting i suggest [URL="http://notepad-plus.sourceforge.net/uk/site.htm"]Notepad++[/URL] a very lightweight editor if u want code completion i guess the best is eclipse for php both can be found on [URL="http://www.sf.net"]sf.net[/URL] | |
Re: who said that asp.net is replacing PHP ?? do u know that php is the most language used for web dev | |
Re: .xls ??? do you mean an ms excel file or something like that??? there is a classes ready to handle the .xls files if u want to get the data of an excel file. if u r just using this extension to save text then u could do the ways … | |
Re: [URL="http://php.net/curl"]http://php.net/curl[/URL] is a good place to start | |
Re: if u want to install ubuntu after booting from the cd normally you shold find some icon on the desktop says "install" it is gonna launch a wizard wich includes a partitioning tool it is not that hard to use u could delete the partitions and create the ones u … | |
Re: you can use a php file in the url instead of the real pdf name. this file should check the owner of the file then prints the contents of the file (echo) with the apropriate [php]header("content-type:");[/php] | |
Re: try using system ( string command [, int return_var]) | |
Re: anyone ever heard ANATHEMA there is no screaming in there but the music,lyrics and the voice of the singer are awesome .......... anyway that doesn't mean the screaming is bad sometime you need to here some sceaming well i guess music should be like life -> life isn't always about … | |
Re: [quote=civuk;327413]I am having the same problem [B]Warning[/B]: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [B]C:\Program Files\Abyss Web Server\htdocs\getrecord.inc[/B] on line [B]6[/B] how ever this is my code <?php // version 1.1 $qstr = "SELECT * from members where id = '1' "; $result = mysql_query($qstr); if … | |
Re: where is PHP in that ? | |
Re: try printing the sql statement before executing it that could help u | |
Re: so i guess you need to calculate days (mon-friday) and to exclude sat & sun is that it? |