- 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 ......
98 Posted Topics
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? | |
Re: there is special programs offers status about the websites you need to install one like this i guess one of them called awstat | |
Re: if im getting this right you are trying to insert some value from php into the js if so you could do it like this [CODE]<?php echo "<script>some-js-code-with-$varableName</script>"; ?>[/CODE] | |
Re: u can put a page on the local server which takes the request and prints out the result the from your code u can call that page through CURL request and handle the output | |
what i need to do is to enable the frontpage on the hosting server im administering ([U]what i mean is editing pages from the client using frontpage , i never tried to use this way and i dont know why these people hate ftp it is just something i have … | |
i had s system crash and then my gnome gone crazy how could i reinstall it or fix? anyway i could check it for missing files or something ........? BTW : i have ubuntu 7.04 | |
how to force a page to some character set? im not talking about the meta thing what i need is something like yahoo mail beta when u change the character set the page rechange it to the one specified thnx in advance | |
hi once upon the time there was a gnome just working so nicely and quitley when a crash happened the system admin rebooted the and then "fsck" came out and asked him to do another fsck manually and he did and errors keep coming and he presses yes for about … | |
hi i have an ubuntu 7.04 and nvidia card i use nvidia-settings to change the resolution and then i save the conf to the file and it is so cool the problem is whenever i restart my window manager (ctrl + alt + <-) the screen resoltion comes back to … | |
Re: looks like the script is trying to access files outside the website scope (the folder it is allowed to access files in) and also trying to change the permissions of some file u should check the script or post in here | |
Re: the only thing that could be wrong is u have something u are not seing so u could rewrite the code again maybe.......... ;P | |
Re: i would say NOD32 it is effective and it si light on the PC resourses i had too many probels with antivirus software but i solved'em all know how.....? i installed Linux :P | |
hey anyone have an idea how to create a cert on iis or where to buy one | |
Re: this code is so fine are u sure the code u r trying is the same u posted !!!!! | |
Re: [code=php] preg_replace( "/[^a-zA-Z0-9_]/", "", $stringToFilter ); [/code] i guess this could work for your case replacing everything that is not char. or digit with whitespace | |
Re: [quote=ric1950;400684]Thanks for the replies but unless there is some way of intercepting between when the customer hits the submit button ('Add to Cart') and when the page submits to itself there is no way of knowing if the reload is from the submit button or a new visitor. [/quote] if … | |
hey i have this problem giving me a painful headache and sleeplessness ive got these .prn files which should converted into DB and these files contain numbers along with arabic characters the problem is the encoding of these characters is not readable anyone hav an idea how i could convert … | |
Re: it looks like u didn't configure php to handle pdf files.... u need to install the pdflib and enable in php.ini in-case u want to use these functions | |
The End.