132 Posted Topics
echo prev($result_row).'prev-'; echo curent($result_row).'cure-'; echo next($result_row); hi fellas as what you see above i print them all actually they were inside a foreach loop wahat i expect i they will print all but the firstline is the only one which appear what i observed is only one line out of … | |
hi guys i got some problem with this code error said that exact fetch row return more than expected rows CREATE OR REPLACE PROCEDURE "MAINTAIN_REQUESTSTATUS1" (emplevel IN NUMBER,eid IN NUMBER,depid IN NUMBER,teamid IN NUMBER) is lastreq number; seq number; stat NUMBER; tok varchar2(60); appr number; CURSOR c1 IS select empid … | |
hi fellas, i just gonna ask if it is possible for example i have a site that has many entry of person and i want to put follow button from facebook,linkedin twit from twitter for each user profile then i click it it will do its task respective task(example follow … | |
hi guys need help here, wanna need some advice on what would be the best technique for this layout see the link below http://imageshack.us/photo/my-images/843/layoutsn.png/ | |
hi guys, i just wanna ask if you had known a link for free download for an anti virus that protects your usb i mean the anti virus that recides on your flash drives | |
Re: hey dude try this http://support.microsoft.com/kb/q195951/ | |
hi all, i just want to ask if its possible to have a two or even more database connection in a php run application like db_connect---db1 fetch data db_connect--db2 fetch data db_close --db2 if its not possible. how can i get data from other database table appriciate youre answers. ![]() | |
Re: > od in Notepad. <% Session("TimeVisited") = Time() return_session(Session("TimeVisited")) Sub return_session(session) Response.Write(session) End Sub %> | |
Re: im not sure if its a javascript error look at line 14 missing quote. | |
Re: yeah that would be a point also see this http://www.freshdesignweb.com/how-to-count-visitors-using-php-mysql-tutorial.html | |
hello guys, im a poster and im what questions me is what is that dani web reputtation ? how it works..? | |
| |
Re: yah his right missing my advice to see the client side code error like javascript press control+shift+j | |
Re: maybe this could help/ http://answers.yahoo.com/question/index?qid=20100612122622AA4R0VD | |
Hi guys, Really need help I have this case i have a sms gateway and php with oracle database runnin my system is filling a leave now if i want to text leave<space>143 from mobile phone it will i can file leave directly from my database really appriciate your smart … | |
Re: you should design your table like this table invoice_master columns: invoiceid invoicenumber customer_name <invoiceid is the primary key> and table invoice_detail id invoiceid product_name product_qty product_price invoice remeark [or other columns that would fit to invoice detail] <id is the primary key> >in this table structure you can manage well … | |
guys am a newbee and starting to use oracle as a database for php i just want to ask on how to connect php to oracle then how to select a particular database is there an equivalent function for this in oci "mssql_select_db" | |
Re: how about having it in one tr only <tr>name<form>pass<form><button><tr> then if you want it to be on the top then have these property on the table padding-top:0;margin-top:0; | |
Re: first you have to try testing all themes from your site then be sure all themes would connect to the same id or class for any elements then if you want it on drop down mode like you have theme1,theme2 then if user select theme2 the link for the css … | |
| |
Re: yeah the're right should check the string................it really returns true becasuse POST and GET returns empty string and empty string is not null.... thats y it returns true.... | |
>could someone help me out of this code i have a problem the quoted input text could not be print see my codes `function generate_table(){ $query = "select id,branchcode,accountno,accountname,naturalaccount,mname,placeholder,design,elevel from account_codes"; $result = mssql_query($query); $index = 0; while($result_row=mssql_fetch_array($result)){ $index++; echo '<tr> <td><input size="2" type="hidden" value="'.$result_row['id'].'" name="did'.$index.'" id="did'.$index.'" disabled="disabled"/>'; echo '<select … | |
Re: first you have to separate the date then have this code >$weekday = date("l", mktime(0,0,0,$month,$day,$year)); >echo $weekday; l will return the what woul be the week day of that particular date then have a condition on what you want,.... or you can handle it in database... see this example hope … ![]() | |
Re: have you try checking your query to you database editor?check first if its alright and im just little confuse your form redirects to index_user.php and the script to enter data is on the register.php what about it? | |
Re: I think the slash you are using matters try to change it to / or then try to coppy the whole link example http://10.102.216.129/backup/Gatepass/Gate_Pass.csv If this file (where you wrote this script) has the same mother directory with the "backup" forlder just write /backup/Gatepass/Gate_Pass.csv | |
Re: Visit this lik [Click Here](http://astirex.blogspot.com/2012/05/upload-photos.html) that link contains on how you upload image from the server and it moves to a certain folder what your goin to do is you will only store the path of the image to the database to minimize the space and also use the stord … | |
Re: can you give your code for me to understand more......cause what confusing to me is the texbox inside the dropdown. | |
Re: i just want you to clarrify your problem: can you clarrify your case/sirtuation more. =) | |
![]() | Re: yeah i agree with "DavidB" that what i usually used to. |
yow! I have a question. the case is have and email notifacation in my php code in the database(MSSQL) i put an email add these are the two email address Rex.Cam@email.com and rex.cam@email.com the email notication is intended for the email who has a capital letter on the start the … | |
Re: Im a newbee. i can you suggest me on what are the nice sites that have a ajax tutorials |
The End.